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;
///
///
/// Represents a return statement.
///
///
[
ClassInterface(ClassInterfaceType.AutoDispatch),
ComVisible(true),
Serializable,
]
public class CodeMethodReturnStatement : CodeStatement {
private CodeExpression expression;
///
///
/// Initializes a new instance of .
///
///
public CodeMethodReturnStatement() {
}
///
///
/// Initializes a new instance of using the specified expression.
///
///
public CodeMethodReturnStatement(CodeExpression expression) {
Expression = expression;
}
///
///
/// Gets or sets the expression that indicates the return statement.
///
///
public CodeExpression Expression {
get {
return expression;
}
set {
expression = value;
}
}
}
}
// File provided for Reference Use Only by Microsoft Corporation (c) 2007.
//------------------------------------------------------------------------------
//
// 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;
///
///
/// Represents a return statement.
///
///
[
ClassInterface(ClassInterfaceType.AutoDispatch),
ComVisible(true),
Serializable,
]
public class CodeMethodReturnStatement : CodeStatement {
private CodeExpression expression;
///
///
/// Initializes a new instance of .
///
///
public CodeMethodReturnStatement() {
}
///
///
/// Initializes a new instance of using the specified expression.
///
///
public CodeMethodReturnStatement(CodeExpression expression) {
Expression = expression;
}
///
///
/// Gets or sets the expression that indicates the return statement.
///
///
public CodeExpression Expression {
get {
return expression;
}
set {
expression = value;
}
}
}
}
// File provided for Reference Use Only by Microsoft Corporation (c) 2007.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- HandleRef.cs
- TextBox.cs
- RegexInterpreter.cs
- HtmlEncodedRawTextWriter.cs
- PrivateFontCollection.cs
- WebProxyScriptElement.cs
- ActivationServices.cs
- XmlQueryTypeFactory.cs
- DeadCharTextComposition.cs
- RoleService.cs
- prompt.cs
- SatelliteContractVersionAttribute.cs
- FileDialog_Vista.cs
- DesignTimeData.cs
- CurrentTimeZone.cs
- CorrelationTokenInvalidatedHandler.cs
- Matrix.cs
- SafeUserTokenHandle.cs
- ListItemParagraph.cs
- ModelPerspective.cs
- ContainsRowNumberChecker.cs
- HuffModule.cs
- TreeNodeStyle.cs
- QilGeneratorEnv.cs
- InputLanguageSource.cs
- CollectionContainer.cs
- ViewManager.cs
- TrustSection.cs
- FamilyMapCollection.cs
- DisplayToken.cs
- AudioStateChangedEventArgs.cs
- AttachmentCollection.cs
- ThumbAutomationPeer.cs
- Table.cs
- InternalControlCollection.cs
- DocumentPageViewAutomationPeer.cs
- ContextMenu.cs
- _AcceptOverlappedAsyncResult.cs
- TaskDesigner.cs
- CanonicalXml.cs
- ContainerVisual.cs
- NewArray.cs
- ModifierKeysValueSerializer.cs
- ReadOnlyTernaryTree.cs
- IdentityNotMappedException.cs
- RefreshPropertiesAttribute.cs
- MergeExecutor.cs
- ByteStream.cs
- ButtonFieldBase.cs
- EntityChangedParams.cs
- StatusStrip.cs
- TargetControlTypeCache.cs
- ElapsedEventArgs.cs
- webclient.cs
- CodeDelegateInvokeExpression.cs
- SafeCloseHandleCritical.cs
- Tag.cs
- XmlEntityReference.cs
- Vector3DAnimationBase.cs
- SourceInterpreter.cs
- PackageDigitalSignature.cs
- TraceFilter.cs
- HtmlContainerControl.cs
- XmlCompatibilityReader.cs
- WindowsImpersonationContext.cs
- FormViewPagerRow.cs
- TreeNodeBindingCollection.cs
- XmlLanguage.cs
- EntityCommandExecutionException.cs
- ExtensionSimplifierMarkupObject.cs
- DataControlImageButton.cs
- SqlLiftIndependentRowExpressions.cs
- WpfWebRequestHelper.cs
- _SslSessionsCache.cs
- MasterPageParser.cs
- PropertyGridView.cs
- CanonicalizationDriver.cs
- SizeConverter.cs
- FixedNode.cs
- ZipIOZip64EndOfCentralDirectoryLocatorBlock.cs
- PlatformCulture.cs
- CopyEncoder.cs
- clipboard.cs
- MessageDecoder.cs
- ThrowHelper.cs
- CfgParser.cs
- ColumnResizeAdorner.cs
- LogLogRecordHeader.cs
- SocketInformation.cs
- DesignerSelectionListAdapter.cs
- SqlDesignerDataSourceView.cs
- ParseChildrenAsPropertiesAttribute.cs
- UnknownWrapper.cs
- InputManager.cs
- Vector3DAnimationUsingKeyFrames.cs
- SatelliteContractVersionAttribute.cs
- IsolatedStorageFile.cs
- MetadataException.cs
- WorkflowHostingResponseContext.cs
- TemplateKey.cs