Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / CompMod / System / CodeDOM / CodeMethodReturnStatement.cs / 1305376 / CodeMethodReturnStatement.cs
//------------------------------------------------------------------------------ //// // //----------------------------------------------------------------------------- namespace System.CodeDom { using System.Diagnostics; using System; using Microsoft.Win32; using System.Collections; using System.Runtime.InteropServices; ///[....] // Copyright (c) Microsoft Corporation. All rights reserved. ///// [ 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. /// ///// // //----------------------------------------------------------------------------- namespace System.CodeDom { using System.Diagnostics; using System; using Microsoft.Win32; using System.Collections; using System.Runtime.InteropServices; ///[....] // Copyright (c) Microsoft Corporation. All rights reserved. ///// [ 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
- FontDialog.cs
- QueryInterceptorAttribute.cs
- FieldAccessException.cs
- MarshalByValueComponent.cs
- DataGridViewSelectedRowCollection.cs
- AdornerLayer.cs
- SqlXml.cs
- StreamProxy.cs
- SqlInternalConnectionTds.cs
- DataGridViewSelectedRowCollection.cs
- LinearGradientBrush.cs
- EdmItemError.cs
- FastEncoderWindow.cs
- PropertyCondition.cs
- TextPointer.cs
- InvokeHandlers.cs
- DeobfuscatingStream.cs
- GrammarBuilderRuleRef.cs
- PaintValueEventArgs.cs
- ObfuscateAssemblyAttribute.cs
- CustomSignedXml.cs
- TimeoutHelper.cs
- ResourceCategoryAttribute.cs
- UserControl.cs
- MessageSmuggler.cs
- FontClient.cs
- WebPartEventArgs.cs
- LogicalExpr.cs
- XmlStringTable.cs
- SystemColors.cs
- Visitor.cs
- GeometryCombineModeValidation.cs
- WindowsRebar.cs
- SqlLiftIndependentRowExpressions.cs
- precedingquery.cs
- ServiceChannelFactory.cs
- Viewport3DAutomationPeer.cs
- Preprocessor.cs
- WebHttpBindingCollectionElement.cs
- FunctionImportMapping.ReturnTypeRenameMapping.cs
- PackagePart.cs
- ConstructorNeedsTagAttribute.cs
- DataGridViewCellConverter.cs
- ListView.cs
- ExpressionBuilderCollection.cs
- ServiceProviders.cs
- DataTemplateSelector.cs
- OperationInvokerBehavior.cs
- DNS.cs
- DefaultShape.cs
- UInt64Converter.cs
- SystemKeyConverter.cs
- LayoutEditorPart.cs
- WmlCalendarAdapter.cs
- MemoryPressure.cs
- PasswordDeriveBytes.cs
- SiteMapDataSourceView.cs
- FolderBrowserDialog.cs
- Config.cs
- DesignerActionVerbList.cs
- PipelineModuleStepContainer.cs
- SoapReflectionImporter.cs
- XhtmlTextWriter.cs
- TypeDescriptor.cs
- AssociationSet.cs
- WhitespaceRuleLookup.cs
- Size.cs
- DesignUtil.cs
- PropertyPath.cs
- UniqueEventHelper.cs
- UnsafeNativeMethods.cs
- LinqDataSourceHelper.cs
- Inline.cs
- EventLogInternal.cs
- MessageFormatterConverter.cs
- NotifyCollectionChangedEventArgs.cs
- NodeLabelEditEvent.cs
- WebSysDescriptionAttribute.cs
- CollectionConverter.cs
- NetworkInformationException.cs
- ImageListUtils.cs
- XPathDocument.cs
- SiteMapPath.cs
- SafeArrayTypeMismatchException.cs
- ControlPersister.cs
- WeakReferenceList.cs
- SymLanguageVendor.cs
- ResourceDefaultValueAttribute.cs
- ControlEvent.cs
- CustomAttributeSerializer.cs
- DataViewSettingCollection.cs
- ContextStaticAttribute.cs
- Thumb.cs
- Internal.cs
- SoapConverter.cs
- LassoHelper.cs
- ImageDesigner.cs
- EarlyBoundInfo.cs
- VerticalAlignConverter.cs
- InkCollectionBehavior.cs