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
- CryptoStream.cs
- Permission.cs
- ChildDocumentBlock.cs
- IxmlLineInfo.cs
- LifetimeServices.cs
- DefaultEventAttribute.cs
- ModelItem.cs
- Transform.cs
- HtmlInputText.cs
- Predicate.cs
- NoClickablePointException.cs
- DataGridViewToolTip.cs
- DiscoveryClientChannelFactory.cs
- MouseGestureConverter.cs
- TrackBar.cs
- InputLanguageManager.cs
- TransportReplyChannelAcceptor.cs
- AdCreatedEventArgs.cs
- Canvas.cs
- TypeResolver.cs
- Vector3D.cs
- StylusDownEventArgs.cs
- ScriptResourceMapping.cs
- WebPartConnectionsConfigureVerb.cs
- SystemDiagnosticsSection.cs
- HelpOperationInvoker.cs
- Configuration.cs
- SecurityTokenException.cs
- ArgumentNullException.cs
- DbProviderServices.cs
- XPathConvert.cs
- WebPartDisplayModeEventArgs.cs
- SecurityHeaderElementInferenceEngine.cs
- TargetParameterCountException.cs
- _NestedSingleAsyncResult.cs
- PageHandlerFactory.cs
- SchemaContext.cs
- CapabilitiesAssignment.cs
- QuaternionAnimation.cs
- PopupRoot.cs
- GetBrowserTokenRequest.cs
- DynamicPropertyHolder.cs
- DefaultSection.cs
- ContextStaticAttribute.cs
- contentDescriptor.cs
- BindableAttribute.cs
- ContainerUtilities.cs
- ErrorStyle.cs
- AttributeSetAction.cs
- LineBreakRecord.cs
- SafePEFileHandle.cs
- TheQuery.cs
- RadialGradientBrush.cs
- UserNameSecurityToken.cs
- AccessorTable.cs
- FtpWebRequest.cs
- RtfFormatStack.cs
- X509Certificate.cs
- StructuralType.cs
- ListViewTableRow.cs
- BuildManager.cs
- AsyncOperationLifetimeManager.cs
- RotationValidation.cs
- ConstructorArgumentAttribute.cs
- DesignerActionHeaderItem.cs
- FontEmbeddingManager.cs
- ReadOnlyAttribute.cs
- ContentWrapperAttribute.cs
- LockingPersistenceProvider.cs
- FileVersionInfo.cs
- NetworkInformationPermission.cs
- WrappedDispatcherException.cs
- SystemResourceHost.cs
- TrustSection.cs
- BrushMappingModeValidation.cs
- EnlistmentTraceIdentifier.cs
- ProxyGenerator.cs
- Math.cs
- ValuePatternIdentifiers.cs
- AliasedSlot.cs
- EventMappingSettingsCollection.cs
- errorpatternmatcher.cs
- HtmlInputReset.cs
- VectorKeyFrameCollection.cs
- RegularExpressionValidator.cs
- ValidationPropertyAttribute.cs
- SortExpressionBuilder.cs
- XmlEncodedRawTextWriter.cs
- OdbcStatementHandle.cs
- InkPresenter.cs
- KeySpline.cs
- BooleanAnimationBase.cs
- OdbcConnection.cs
- CheckPair.cs
- PlatformNotSupportedException.cs
- IPPacketInformation.cs
- OutputCacheProfile.cs
- ContainerControl.cs
- DataKey.cs
- ScriptBehaviorDescriptor.cs