Code:
/ DotNET / DotNET / 8.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; ////// [ 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; } } } }/// 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
- DynamicDiscoveryDocument.cs
- PolicyLevel.cs
- _SpnDictionary.cs
- BindingSource.cs
- ObjectNavigationPropertyMapping.cs
- CatalogZone.cs
- AccessDataSource.cs
- CustomAttribute.cs
- DataObjectPastingEventArgs.cs
- TemplateControlParser.cs
- ClonableStack.cs
- DesignerView.Commands.cs
- CompilerGlobalScopeAttribute.cs
- PeerToPeerException.cs
- DataGridCheckBoxColumn.cs
- SrgsElementList.cs
- SystemFonts.cs
- RoleGroupCollection.cs
- CacheSection.cs
- BamlResourceSerializer.cs
- WebPartPersonalization.cs
- File.cs
- GregorianCalendar.cs
- WorkItem.cs
- NavigationService.cs
- ResourceExpressionBuilder.cs
- EntityConnection.cs
- AppDomainUnloadedException.cs
- PrintPageEvent.cs
- TypedElement.cs
- storepermissionattribute.cs
- DragStartedEventArgs.cs
- CompressStream.cs
- SqlConnectionPoolGroupProviderInfo.cs
- MouseGestureConverter.cs
- AuthenticationService.cs
- ToolboxComponentsCreatedEventArgs.cs
- ScrollEvent.cs
- MemberInfoSerializationHolder.cs
- AutomationEvent.cs
- Overlapped.cs
- TableRowCollection.cs
- WebEventCodes.cs
- ToolStripGripRenderEventArgs.cs
- KeyPressEvent.cs
- CopyOfAction.cs
- ContextMenuAutomationPeer.cs
- BitmapEncoder.cs
- CompositeControl.cs
- SQLDateTime.cs
- BuildProvidersCompiler.cs
- EventWaitHandleSecurity.cs
- HttpHandlersSection.cs
- DocumentGrid.cs
- TreeView.cs
- CacheMemory.cs
- VirtualPathUtility.cs
- FunctionQuery.cs
- ActivityExecutionFilter.cs
- LocatorManager.cs
- SoapHeader.cs
- RoutedEventArgs.cs
- NullRuntimeConfig.cs
- ComponentCollection.cs
- DataObjectPastingEventArgs.cs
- SuppressMergeCheckAttribute.cs
- AgileSafeNativeMemoryHandle.cs
- MatrixStack.cs
- FlowPanelDesigner.cs
- SkinBuilder.cs
- RuleConditionDialog.Designer.cs
- GB18030Encoding.cs
- UpdateException.cs
- WindowsRegion.cs
- SHA1Managed.cs
- ComUdtElementCollection.cs
- CodeIdentifier.cs
- ResourcesChangeInfo.cs
- BufferBuilder.cs
- NativeMethods.cs
- OuterGlowBitmapEffect.cs
- DataObject.cs
- FileInfo.cs
- ProcessHostMapPath.cs
- GrammarBuilderBase.cs
- PersistenceProviderBehavior.cs
- RuntimeCompatibilityAttribute.cs
- XmlSchemaSimpleContentExtension.cs
- UidManager.cs
- XmlCharType.cs
- IntSecurity.cs
- ECDiffieHellman.cs
- StringUtil.cs
- ItemType.cs
- XmlSchemaInclude.cs
- PrimaryKeyTypeConverter.cs
- SelectionHighlightInfo.cs
- MultilineStringConverter.cs
- Point3DAnimationUsingKeyFrames.cs
- CustomDictionarySources.cs