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
- XPathNodeHelper.cs
- SuppressedPackageProperties.cs
- ErrorInfoXmlDocument.cs
- ExtendedPropertyCollection.cs
- FloatUtil.cs
- StringCollection.cs
- TextUtf8RawTextWriter.cs
- SetterBase.cs
- shaperfactory.cs
- ProfilePropertyMetadata.cs
- COM2IVsPerPropertyBrowsingHandler.cs
- HostVisual.cs
- RenderData.cs
- XmlSchemaComplexType.cs
- OdbcConnectionStringbuilder.cs
- QuotedStringWriteStateInfo.cs
- ToolstripProfessionalRenderer.cs
- arclist.cs
- AuthenticationSection.cs
- TextInfo.cs
- EventToken.cs
- CatalogPartCollection.cs
- RuleValidation.cs
- ValidationSummary.cs
- ExtensionSimplifierMarkupObject.cs
- Authorization.cs
- ScriptServiceAttribute.cs
- OSFeature.cs
- CallContext.cs
- CodeDOMUtility.cs
- _ServiceNameStore.cs
- SourceItem.cs
- SamlAuthenticationStatement.cs
- X509CertificateInitiatorClientCredential.cs
- WebPart.cs
- MetafileHeader.cs
- StyleBamlRecordReader.cs
- ChangePassword.cs
- CompositeKey.cs
- FilterableAttribute.cs
- XmlTypeMapping.cs
- WebBaseEventKeyComparer.cs
- SessionState.cs
- ToggleProviderWrapper.cs
- PropertyIDSet.cs
- StringKeyFrameCollection.cs
- XmlWellformedWriterHelpers.cs
- BitmapEffectDrawingContent.cs
- X509Certificate2.cs
- RenderData.cs
- BCLDebug.cs
- TemplateBindingExtensionConverter.cs
- ParameterReplacerVisitor.cs
- UnsafeNativeMethods.cs
- DbTransaction.cs
- unsafenativemethodsother.cs
- RelationshipEndCollection.cs
- ServiceOperationListItemList.cs
- PointConverter.cs
- ResXResourceWriter.cs
- MatcherBuilder.cs
- Reference.cs
- HttpFileCollection.cs
- PropertyGridCommands.cs
- SecureUICommand.cs
- ApplicationDirectoryMembershipCondition.cs
- GenerateHelper.cs
- TextElement.cs
- C14NUtil.cs
- Input.cs
- WindowsProgressbar.cs
- SqlCacheDependency.cs
- TreeNodeCollection.cs
- Utilities.cs
- ApplicationSettingsBase.cs
- DataListDesigner.cs
- DocumentAutomationPeer.cs
- Publisher.cs
- FacetValueContainer.cs
- GenericEnumerator.cs
- ContentWrapperAttribute.cs
- ExpressionEditorAttribute.cs
- MetadataCache.cs
- ObjectFullSpanRewriter.cs
- RequestCachePolicyConverter.cs
- FloaterParagraph.cs
- PropertyNames.cs
- SHA1Managed.cs
- FormsAuthenticationModule.cs
- SqlClientPermission.cs
- XmlChildEnumerator.cs
- LineServicesRun.cs
- WmlPageAdapter.cs
- ExpandSegment.cs
- WeakHashtable.cs
- XmlReaderSettings.cs
- WebPartDisplayModeCollection.cs
- ConfigurationValues.cs
- TypeBuilderInstantiation.cs
- ChildTable.cs