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
- StrokeCollection.cs
- ColorConvertedBitmapExtension.cs
- ArgumentException.cs
- SQLSingle.cs
- TransformConverter.cs
- EditCommandColumn.cs
- PriorityBindingExpression.cs
- Calendar.cs
- ChildChangedEventArgs.cs
- MetadataElement.cs
- HtmlInputImage.cs
- XmlSchemaComplexContentRestriction.cs
- _ConnectionGroup.cs
- UpDownEvent.cs
- WindowsListBox.cs
- BulletedListDesigner.cs
- MimeMapping.cs
- SpeakProgressEventArgs.cs
- ParallelRangeManager.cs
- ProtocolState.cs
- UriSection.cs
- ListViewItem.cs
- DockPanel.cs
- BinaryMethodMessage.cs
- XpsDocument.cs
- LicenseProviderAttribute.cs
- MonthCalendar.cs
- CollectionBase.cs
- DefinitionUpdate.cs
- BinaryEditor.cs
- GeneratedCodeAttribute.cs
- DPAPIProtectedConfigurationProvider.cs
- DataGridViewImageCell.cs
- WindowsStatic.cs
- EncryptedType.cs
- DashStyles.cs
- BinHexDecoder.cs
- HwndSource.cs
- VectorCollectionValueSerializer.cs
- ScalarType.cs
- QilSortKey.cs
- XmlAnyAttributeAttribute.cs
- GridViewSelectEventArgs.cs
- SqlRetyper.cs
- DataGridViewComboBoxColumn.cs
- SpecialNameAttribute.cs
- ContainerFilterService.cs
- XmlRootAttribute.cs
- ConfigurationPropertyCollection.cs
- SimpleWorkerRequest.cs
- ListItemParagraph.cs
- SafeRightsManagementPubHandle.cs
- NonBatchDirectoryCompiler.cs
- AddingNewEventArgs.cs
- MultiView.cs
- ParameterCollection.cs
- WebPartMenu.cs
- PropertyGeneratedEventArgs.cs
- RegexCode.cs
- PrimaryKeyTypeConverter.cs
- LineSegment.cs
- Transform3D.cs
- Suspend.cs
- CellQuery.cs
- CodeAttributeArgumentCollection.cs
- QilName.cs
- VersionPair.cs
- StrongTypingException.cs
- Vector3DAnimation.cs
- SecurityStateEncoder.cs
- IndexOutOfRangeException.cs
- GroupPartitionExpr.cs
- MTConfigUtil.cs
- SingleSelectRootGridEntry.cs
- LogicalMethodInfo.cs
- ProcessHostFactoryHelper.cs
- WindowsTreeView.cs
- ConfigXmlText.cs
- UnmanagedMarshal.cs
- WindowsListViewScroll.cs
- HtmlGenericControl.cs
- Transform3DGroup.cs
- XmlSchemaAnyAttribute.cs
- ExtenderControl.cs
- IisTraceWebEventProvider.cs
- Console.cs
- ZipArchive.cs
- RSAPKCS1KeyExchangeDeformatter.cs
- SerializationAttributes.cs
- KnownAssembliesSet.cs
- GeneralTransformCollection.cs
- WebPartConnectionsCloseVerb.cs
- BasicCellRelation.cs
- UInt32.cs
- HostingPreferredMapPath.cs
- documentsequencetextpointer.cs
- JulianCalendar.cs
- BaseCAMarshaler.cs
- HtmlTableRow.cs
- _LocalDataStoreMgr.cs