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
- Repeater.cs
- BaseTemplateCodeDomTreeGenerator.cs
- FontStretches.cs
- AttachedPropertiesService.cs
- DelegatingTypeDescriptionProvider.cs
- objectquery_tresulttype.cs
- CompositeControl.cs
- ADMembershipUser.cs
- RsaSecurityKey.cs
- Workspace.cs
- PropertyCollection.cs
- ServiceModelReg.cs
- ValidatingPropertiesEventArgs.cs
- GenericXmlSecurityToken.cs
- RankException.cs
- StrongName.cs
- RsaSecurityTokenAuthenticator.cs
- Rotation3D.cs
- CompositeControl.cs
- PageHandlerFactory.cs
- Accessible.cs
- IndexingContentUnit.cs
- WebEventTraceProvider.cs
- DataExchangeServiceBinder.cs
- PenThreadWorker.cs
- XmlCharCheckingWriter.cs
- References.cs
- WebBrowser.cs
- TextAnchor.cs
- OracleSqlParser.cs
- ResourceKey.cs
- ZipIORawDataFileBlock.cs
- DataGridViewRowPostPaintEventArgs.cs
- MatrixAnimationBase.cs
- AccessDataSourceView.cs
- ContextStack.cs
- RefType.cs
- ForeignConstraint.cs
- QueryCacheManager.cs
- PackagingUtilities.cs
- Block.cs
- _AcceptOverlappedAsyncResult.cs
- MailFileEditor.cs
- CodePrimitiveExpression.cs
- DataMemberFieldConverter.cs
- WebOperationContext.cs
- RC2.cs
- RequestContext.cs
- TextRangeSerialization.cs
- InternalEnumValidatorAttribute.cs
- AbstractExpressions.cs
- TableStyle.cs
- XmlDownloadManager.cs
- SqlTypeSystemProvider.cs
- ConfigXmlComment.cs
- WindowsStartMenu.cs
- MetafileEditor.cs
- RoutedEventHandlerInfo.cs
- FileUpload.cs
- GridEntryCollection.cs
- TypedTableBase.cs
- DispatchWrapper.cs
- UpdatePanel.cs
- CounterSetInstance.cs
- Debug.cs
- SoapSchemaImporter.cs
- MD5.cs
- HMACMD5.cs
- WorkflowMessageEventHandler.cs
- NetworkCredential.cs
- DrawItemEvent.cs
- GroupBox.cs
- PrivateUnsafeNativeCompoundFileMethods.cs
- RuntimeArgumentHandle.cs
- EnumConverter.cs
- SqlMetaData.cs
- DataRowCollection.cs
- RuleRefElement.cs
- SrgsOneOf.cs
- MergeFailedEvent.cs
- SQLBinaryStorage.cs
- ProbeDuplexCD1AsyncResult.cs
- TextViewElement.cs
- DateTimeValueSerializer.cs
- XmlHierarchicalEnumerable.cs
- ThaiBuddhistCalendar.cs
- GacUtil.cs
- ControlCachePolicy.cs
- ITextView.cs
- OutKeywords.cs
- RequestCachePolicyConverter.cs
- PowerModeChangedEventArgs.cs
- ResourceType.cs
- SQLDateTime.cs
- RightsManagementInformation.cs
- KeyPullup.cs
- DrawListViewItemEventArgs.cs
- CurrentChangingEventManager.cs
- WebPartConnectVerb.cs
- SqlNodeTypeOperators.cs