Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / CompMod / System / CodeDOM / CodeMethodReturnStatement.cs / 1305376 / CodeMethodReturnStatement.cs
//------------------------------------------------------------------------------ //// // //----------------------------------------------------------------------------- namespace System.CodeDom { using System.Diagnostics; using System; using Microsoft.Win32; using System.Collections; using System.Runtime.InteropServices; ///[....] // Copyright (c) Microsoft Corporation. All rights reserved. ///// [ 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
- MouseActionValueSerializer.cs
- FormViewModeEventArgs.cs
- SecurityAttributeGenerationHelper.cs
- InternalMappingException.cs
- ACL.cs
- InputElement.cs
- MetabaseSettings.cs
- InputGestureCollection.cs
- FixedSOMElement.cs
- ListViewEditEventArgs.cs
- RectKeyFrameCollection.cs
- SchemaCollectionPreprocessor.cs
- CannotUnloadAppDomainException.cs
- StringSource.cs
- TextDpi.cs
- TypeLoadException.cs
- FigureHelper.cs
- _UriSyntax.cs
- MimeObjectFactory.cs
- DbConnectionPoolGroupProviderInfo.cs
- OwnerDrawPropertyBag.cs
- SecurityRequiresReviewAttribute.cs
- SplineQuaternionKeyFrame.cs
- PolicyChain.cs
- RightsManagementEncryptionTransform.cs
- StackSpiller.Bindings.cs
- StreamWriter.cs
- EastAsianLunisolarCalendar.cs
- AutomationIdentifier.cs
- LoaderAllocator.cs
- ScriptingProfileServiceSection.cs
- ConstructorBuilder.cs
- EntityCommand.cs
- ListenerAdapter.cs
- EdgeProfileValidation.cs
- PublisherMembershipCondition.cs
- Helpers.cs
- InstanceNameConverter.cs
- BamlLocalizerErrorNotifyEventArgs.cs
- XmlReflectionMember.cs
- HttpCookieCollection.cs
- OrderedDictionary.cs
- Rect.cs
- EarlyBoundInfo.cs
- ProviderException.cs
- SessionEndedEventArgs.cs
- PingOptions.cs
- MenuItemBinding.cs
- CodePrimitiveExpression.cs
- SplitContainer.cs
- PreviewPrintController.cs
- TextPattern.cs
- InstanceNameConverter.cs
- EntityDataReader.cs
- EmptyCollection.cs
- ConsumerConnectionPointCollection.cs
- Literal.cs
- RelatedImageListAttribute.cs
- filewebresponse.cs
- GlobalizationSection.cs
- AnimatedTypeHelpers.cs
- SynchronizedInputHelper.cs
- HtmlElementEventArgs.cs
- ToolTip.cs
- UriTemplateEquivalenceComparer.cs
- RequestResizeEvent.cs
- pingexception.cs
- DurableMessageDispatchInspector.cs
- AccessibleObject.cs
- DockPanel.cs
- ManipulationStartingEventArgs.cs
- BindingBase.cs
- Rights.cs
- DesignerOptionService.cs
- Clause.cs
- TagPrefixInfo.cs
- SerializationFieldInfo.cs
- ErrorView.xaml.cs
- DataBoundControl.cs
- PersistenceTypeAttribute.cs
- SqlDataSourceWizardForm.cs
- XmlBaseReader.cs
- TextWriterTraceListener.cs
- ObjectDataSourceFilteringEventArgs.cs
- HttpCacheParams.cs
- DataGridViewRowCollection.cs
- NullableFloatAverageAggregationOperator.cs
- ProcessRequestAsyncResult.cs
- TreeNodeStyleCollection.cs
- Environment.cs
- WebPartEventArgs.cs
- ToolboxItemAttribute.cs
- CompiledXpathExpr.cs
- SynchronizedDispatch.cs
- Merger.cs
- DependencyPropertyValueSerializer.cs
- ToolTipAutomationPeer.cs
- SymmetricSecurityProtocolFactory.cs
- CacheChildrenQuery.cs
- WmlLinkAdapter.cs