Code:
/ FX-1434 / FX-1434 / 1.0 / untmp / whidbey / REDBITS / ndp / fx / src / CompMod / System / CodeDOM / CodeMethodReturnStatement.cs / 1 / CodeMethodReturnStatement.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.CodeDom { using System.Diagnostics; using System; using Microsoft.Win32; using System.Collections; using System.Runtime.InteropServices; ////// [ ClassInterface(ClassInterfaceType.AutoDispatch), ComVisible(true), Serializable, ] public class CodeMethodReturnStatement : CodeStatement { private CodeExpression expression; ////// Represents a return statement. /// ////// public CodeMethodReturnStatement() { } ////// Initializes a new instance of ///. /// /// public CodeMethodReturnStatement(CodeExpression expression) { Expression = expression; } ////// Initializes a new instance of ///using the specified expression. /// /// public CodeExpression Expression { get { return expression; } set { expression = value; } } } }/// Gets or sets the expression that indicates the return statement. /// ///
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- EdmToObjectNamespaceMap.cs
- WsdlEndpointConversionContext.cs
- XmlException.cs
- ListViewVirtualItemsSelectionRangeChangedEvent.cs
- OdbcConnectionFactory.cs
- webeventbuffer.cs
- DispatcherHookEventArgs.cs
- Avt.cs
- ImagingCache.cs
- StoryFragments.cs
- StickyNote.cs
- ContentTextAutomationPeer.cs
- WindowsGraphicsCacheManager.cs
- XmlTextAttribute.cs
- PopupRootAutomationPeer.cs
- TargetException.cs
- ProviderSettingsCollection.cs
- TargetPerspective.cs
- FunctionUpdateCommand.cs
- KeyValueSerializer.cs
- XmlStreamNodeWriter.cs
- CriticalHandle.cs
- RemotingConfigParser.cs
- Menu.cs
- GlobalizationSection.cs
- filewebresponse.cs
- NativeRightsManagementAPIsStructures.cs
- Bold.cs
- SqlDataSourceStatusEventArgs.cs
- BindableTemplateBuilder.cs
- AppearanceEditorPart.cs
- IdentifierElement.cs
- TextElementEnumerator.cs
- TypedReference.cs
- sortedlist.cs
- OrderingQueryOperator.cs
- ConnectionManager.cs
- SystemIPGlobalProperties.cs
- StateChangeEvent.cs
- IDQuery.cs
- SqlDataSourceView.cs
- ConfigurationErrorsException.cs
- DropSource.cs
- FontSource.cs
- QuaternionConverter.cs
- Random.cs
- RuntimeConfigLKG.cs
- FlowDocumentReaderAutomationPeer.cs
- SafeMemoryMappedFileHandle.cs
- DataSet.cs
- GroupStyle.cs
- CollectionConverter.cs
- OlePropertyStructs.cs
- HttpRawResponse.cs
- ZipIOLocalFileBlock.cs
- XmlDataSourceView.cs
- BrushValueSerializer.cs
- WebPartsPersonalizationAuthorization.cs
- DataGridViewColumn.cs
- Point4D.cs
- XamlFilter.cs
- SmtpNtlmAuthenticationModule.cs
- VariableQuery.cs
- NotificationContext.cs
- ZeroOpNode.cs
- EntityDataSourceDataSelection.cs
- UrlAuthorizationModule.cs
- LayoutUtils.cs
- TraceSection.cs
- TextTreeUndoUnit.cs
- FileEnumerator.cs
- securitymgrsite.cs
- SelfIssuedTokenFactoryCredential.cs
- HostnameComparisonMode.cs
- FloaterParaClient.cs
- DataGridViewSelectedCellsAccessibleObject.cs
- OracleDataReader.cs
- ConsoleTraceListener.cs
- TableLayoutPanelCodeDomSerializer.cs
- MediaEntryAttribute.cs
- DataGridViewCellParsingEventArgs.cs
- PropertyRef.cs
- Comparer.cs
- ObsoleteAttribute.cs
- SemaphoreFullException.cs
- NameNode.cs
- StructuredTypeEmitter.cs
- CustomAttribute.cs
- DataGridAutoFormatDialog.cs
- DivideByZeroException.cs
- BasicCommandTreeVisitor.cs
- CalendarDateChangedEventArgs.cs
- FtpWebRequest.cs
- CodeIdentifiers.cs
- ModuleElement.cs
- DataStreams.cs
- GroupBox.cs
- TypeDelegator.cs
- XmlSchemaFacet.cs
- SyncMethodInvoker.cs