Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / whidbey / NetFxQFE / 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
- _UriSyntax.cs
- ParserContext.cs
- TextTreeRootNode.cs
- CodeActivityContext.cs
- PlanCompiler.cs
- GlyphElement.cs
- ConsoleCancelEventArgs.cs
- TypeSystem.cs
- _DigestClient.cs
- TypeAccessException.cs
- TimeSpanSecondsConverter.cs
- FlowDocumentPageViewerAutomationPeer.cs
- SqlComparer.cs
- CustomValidator.cs
- BitmapMetadataEnumerator.cs
- AppSettingsReader.cs
- AsyncContentLoadedEventArgs.cs
- TagMapCollection.cs
- SoapBinding.cs
- X509Chain.cs
- PropertyNames.cs
- WebMessageBodyStyleHelper.cs
- LocalBuilder.cs
- XmlUtf8RawTextWriter.cs
- Token.cs
- _NestedMultipleAsyncResult.cs
- FixedDocumentSequencePaginator.cs
- VirtualPathUtility.cs
- CssTextWriter.cs
- WindowInteropHelper.cs
- RNGCryptoServiceProvider.cs
- SystemWebCachingSectionGroup.cs
- GroupLabel.cs
- EventProviderWriter.cs
- DiscoveryServerProtocol.cs
- BinaryWriter.cs
- login.cs
- MediaElementAutomationPeer.cs
- SoapConverter.cs
- ResourceReferenceExpressionConverter.cs
- RequestCachingSection.cs
- ContentElement.cs
- EventEntry.cs
- LabelLiteral.cs
- StylusButtonCollection.cs
- StorageTypeMapping.cs
- KeyConstraint.cs
- _HTTPDateParse.cs
- CodeArrayIndexerExpression.cs
- DataGridViewRowCollection.cs
- TextDecoration.cs
- Opcode.cs
- SqlHelper.cs
- DbgUtil.cs
- InvalidPrinterException.cs
- SystemIPGlobalProperties.cs
- InputScope.cs
- SiteMapDataSource.cs
- DataGridViewCellEventArgs.cs
- ExtentJoinTreeNode.cs
- LineServices.cs
- MatrixTransform3D.cs
- CharConverter.cs
- TraceUtility.cs
- GroupBoxRenderer.cs
- XmlAttributeProperties.cs
- DebugInfoExpression.cs
- ModuleConfigurationInfo.cs
- SpeakCompletedEventArgs.cs
- CustomAttributeBuilder.cs
- Stackframe.cs
- MemberExpression.cs
- ObjectDataSourceView.cs
- ParameterBuilder.cs
- VBCodeProvider.cs
- DataGridTextBox.cs
- QilInvokeLateBound.cs
- WindowsClaimSet.cs
- TimeStampChecker.cs
- Timer.cs
- SQLByteStorage.cs
- AttributeData.cs
- DictionarySectionHandler.cs
- Label.cs
- CompiledQueryCacheKey.cs
- Rectangle.cs
- XmlSchemaSimpleTypeUnion.cs
- PropertyTabAttribute.cs
- TextBoxLine.cs
- StrokeCollection2.cs
- MenuItemAutomationPeer.cs
- WebResourceAttribute.cs
- ByteConverter.cs
- UserControl.cs
- Range.cs
- ImageBrush.cs
- DiagnosticTrace.cs
- CachedPathData.cs
- DoubleAnimation.cs
- CompilerLocalReference.cs