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; ////// [ 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
- LayoutManager.cs
- ComponentCommands.cs
- InstancePersistence.cs
- DependencyObjectPropertyDescriptor.cs
- QilPatternVisitor.cs
- shaperfactoryquerycachekey.cs
- TableAdapterManagerHelper.cs
- TransformCollection.cs
- DataListComponentEditor.cs
- BindToObject.cs
- FormsAuthentication.cs
- BamlBinaryWriter.cs
- DataGridViewTextBoxColumn.cs
- HttpCapabilitiesEvaluator.cs
- VisemeEventArgs.cs
- DataException.cs
- XmlSchemaSimpleContentExtension.cs
- GridViewUpdateEventArgs.cs
- ImmutableObjectAttribute.cs
- XmlAnyElementAttribute.cs
- SqlTriggerAttribute.cs
- MetadataUtil.cs
- DashStyles.cs
- ScriptResourceHandler.cs
- Html32TextWriter.cs
- UdpDiscoveryEndpointElement.cs
- SqlComparer.cs
- ExpressionWriter.cs
- BeginStoryboard.cs
- __Filters.cs
- FormsAuthenticationConfiguration.cs
- XmlTypeAttribute.cs
- LinqDataSourceInsertEventArgs.cs
- WindowPattern.cs
- AccessDataSourceView.cs
- FormViewUpdateEventArgs.cs
- MethodImplAttribute.cs
- ParenthesizePropertyNameAttribute.cs
- Comparer.cs
- AlignmentXValidation.cs
- ExpressionDumper.cs
- SiteMap.cs
- CheckBoxDesigner.cs
- SequenceRange.cs
- ParameterReplacerVisitor.cs
- DataGridViewCellEventArgs.cs
- CheckedListBox.cs
- DataServiceHost.cs
- CustomErrorsSectionWrapper.cs
- MessagePropertyDescription.cs
- RemotingConfigParser.cs
- ToggleButton.cs
- FilteredAttributeCollection.cs
- DataServiceRequestOfT.cs
- Token.cs
- NetNamedPipeBindingCollectionElement.cs
- _NestedSingleAsyncResult.cs
- HttpCachePolicy.cs
- AnimationStorage.cs
- TextContainerChangeEventArgs.cs
- StandardToolWindows.cs
- SQLBinary.cs
- DataService.cs
- DiagnosticSection.cs
- RuleSetCollection.cs
- XmlBaseReader.cs
- DebugTracing.cs
- CachedTypeface.cs
- StringFreezingAttribute.cs
- BindValidationContext.cs
- ProfilePropertySettingsCollection.cs
- Vector3DCollectionConverter.cs
- SoapConverter.cs
- ServiceMetadataExtension.cs
- HostedBindingBehavior.cs
- NotifyCollectionChangedEventArgs.cs
- AdditionalEntityFunctions.cs
- WebPartConnectionsEventArgs.cs
- XamlStream.cs
- RadioButtonAutomationPeer.cs
- EntityCommandDefinition.cs
- _KerberosClient.cs
- PasswordBox.cs
- LineSegment.cs
- QueryStringParameter.cs
- DataChangedEventManager.cs
- SqlDataSourceCommandEventArgs.cs
- StartUpEventArgs.cs
- serverconfig.cs
- WindowsGraphicsWrapper.cs
- AppearanceEditorPart.cs
- dataSvcMapFileLoader.cs
- arc.cs
- SiteMapNodeCollection.cs
- DataListComponentEditor.cs
- SingleBodyParameterMessageFormatter.cs
- RTTypeWrapper.cs
- TypedReference.cs
- CatalogZoneDesigner.cs
- DialogBaseForm.cs