Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / whidbey / NetFXspW7 / 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; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //------------------------------------------------------------------------------ ///// Gets or sets the expression that indicates the return statement. /// ///// 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; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007./// 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
- ObjectStorage.cs
- NullableIntAverageAggregationOperator.cs
- TextBox.cs
- DockingAttribute.cs
- RuntimeUtils.cs
- TemplateControlParser.cs
- WebBrowserSiteBase.cs
- TextElementAutomationPeer.cs
- Faults.cs
- NameSpaceExtractor.cs
- invalidudtexception.cs
- HttpCapabilitiesEvaluator.cs
- DefaultPrintController.cs
- IndexedString.cs
- ListInitExpression.cs
- DataGridViewHitTestInfo.cs
- DLinqColumnProvider.cs
- handlecollector.cs
- InfiniteIntConverter.cs
- IsolatedStoragePermission.cs
- ToolStripSystemRenderer.cs
- RecordBuilder.cs
- UInt32.cs
- DocumentOrderQuery.cs
- FixedSOMPageConstructor.cs
- ProcessModelSection.cs
- FileChangesMonitor.cs
- SizeAnimationBase.cs
- ScrollBarAutomationPeer.cs
- XPathBuilder.cs
- XmlSchemaFacet.cs
- MonthChangedEventArgs.cs
- SamlAudienceRestrictionCondition.cs
- ThreadAttributes.cs
- TriggerBase.cs
- SrgsOneOf.cs
- XmlProcessingInstruction.cs
- StyleCollection.cs
- PrintDialog.cs
- CanonicalFormWriter.cs
- QuotaThrottle.cs
- RegistryConfigurationProvider.cs
- RuntimeConfig.cs
- PeerTransportListenAddressConverter.cs
- ConfigurationSectionGroup.cs
- UnknownBitmapEncoder.cs
- FactoryId.cs
- BaseAsyncResult.cs
- XmlNamespaceManager.cs
- ToolboxDataAttribute.cs
- RefType.cs
- CAGDesigner.cs
- SafeFileMappingHandle.cs
- Debug.cs
- UnicodeEncoding.cs
- BindingObserver.cs
- StreamSecurityUpgradeInitiatorBase.cs
- AutoGeneratedFieldProperties.cs
- EdmPropertyAttribute.cs
- FtpRequestCacheValidator.cs
- ClaimTypes.cs
- UserControl.cs
- __Filters.cs
- CompensationHandlingFilter.cs
- SamlAction.cs
- AssociationSetEnd.cs
- OutputScopeManager.cs
- RelationshipSet.cs
- PackageRelationship.cs
- LinqDataSourceContextEventArgs.cs
- EntityDataSourceWrapper.cs
- ComponentDispatcherThread.cs
- ConfigurationPermission.cs
- WorkflowItemsPresenter.cs
- AnnotationDocumentPaginator.cs
- ObjectViewQueryResultData.cs
- COM2ColorConverter.cs
- StateMachineWorkflowDesigner.cs
- SecurityVersion.cs
- ValidationPropertyAttribute.cs
- TextTreeTextElementNode.cs
- ByteStack.cs
- TextSpan.cs
- TrackingLocation.cs
- FamilyMap.cs
- RemotingServices.cs
- SrgsItemList.cs
- Instrumentation.cs
- ButtonBase.cs
- ClientTargetCollection.cs
- HttpCapabilitiesBase.cs
- ThrowHelper.cs
- mediapermission.cs
- ManagementQuery.cs
- RootBuilder.cs
- PublishLicense.cs
- MailDefinitionBodyFileNameEditor.cs
- PreservationFileReader.cs
- CodeIdentifiers.cs
- CodeValidator.cs