Code:
/ FX-1434 / FX-1434 / 1.0 / untmp / whidbey / REDBITS / 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;
}
}
}
}
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- CompiledQueryCacheEntry.cs
- AdapterUtil.cs
- IisTraceWebEventProvider.cs
- LinqDataSourceEditData.cs
- XmlHierarchicalDataSourceView.cs
- XmlNodeChangedEventManager.cs
- CheckedListBox.cs
- TreeView.cs
- ProxyFragment.cs
- XmlNavigatorStack.cs
- ChangeToolStripParentVerb.cs
- ExceptionHandlersDesigner.cs
- NamespaceQuery.cs
- TextSelectionProcessor.cs
- TableCellCollection.cs
- FormViewPageEventArgs.cs
- BuildManager.cs
- HtmlHead.cs
- XmlSchema.cs
- SimpleWorkerRequest.cs
- IndexOutOfRangeException.cs
- RegionData.cs
- ObjectTag.cs
- DataGridViewRowStateChangedEventArgs.cs
- StorageConditionPropertyMapping.cs
- PersonalizablePropertyEntry.cs
- ButtonBase.cs
- AppliedDeviceFiltersEditor.cs
- DelegatingTypeDescriptionProvider.cs
- XmlEnumAttribute.cs
- XmlHierarchicalDataSourceView.cs
- TableLayoutStyle.cs
- WebPartZoneCollection.cs
- ISCIIEncoding.cs
- XmlnsDefinitionAttribute.cs
- AdornerLayer.cs
- Authorization.cs
- SqlDependency.cs
- AuthenticationServiceManager.cs
- SpellerInterop.cs
- ClientScriptManager.cs
- ClientFormsAuthenticationCredentials.cs
- EncoderNLS.cs
- Quack.cs
- BuilderPropertyEntry.cs
- Command.cs
- IISMapPath.cs
- TextRangeEditLists.cs
- TTSEvent.cs
- XomlCompilerError.cs
- CacheChildrenQuery.cs
- DataColumnMapping.cs
- SafeRightsManagementQueryHandle.cs
- TreeViewEvent.cs
- ValidateNames.cs
- SystemInfo.cs
- SetIterators.cs
- HtmlControl.cs
- EnvironmentPermission.cs
- FunctionUpdateCommand.cs
- RowCache.cs
- TargetException.cs
- SapiInterop.cs
- ReliableSessionElement.cs
- HTTPNotFoundHandler.cs
- InputScope.cs
- SmtpNegotiateAuthenticationModule.cs
- ButtonField.cs
- WindowsRegion.cs
- CancellationState.cs
- WebPartAuthorizationEventArgs.cs
- MsmqIntegrationBindingElement.cs
- VisualTreeUtils.cs
- InvalidateEvent.cs
- Int16AnimationUsingKeyFrames.cs
- UIElementParagraph.cs
- LineMetrics.cs
- ResourceAttributes.cs
- UriSection.cs
- LayoutSettings.cs
- PersistenceContextEnlistment.cs
- SystemKeyConverter.cs
- SingleAnimationUsingKeyFrames.cs
- AutomationProperties.cs
- TypeElement.cs
- LocatorPart.cs
- SolidColorBrush.cs
- ProxyOperationRuntime.cs
- InvalidEnumArgumentException.cs
- OperationSelectorBehavior.cs
- DebuggerAttributes.cs
- TextChangedEventArgs.cs
- VirtualPath.cs
- RTLAwareMessageBox.cs
- XmlBufferReader.cs
- PageSetupDialog.cs
- GAC.cs
- ChangePassword.cs
- RectValueSerializer.cs
- SerializationException.cs