Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / whidbey / NetFXspW7 / ndp / fx / src / CompMod / System / CodeDOM / CodeExpressionStatement.cs / 1 / CodeExpressionStatement.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 CodeExpressionStatement : CodeStatement { private CodeExpression expression; ////// Represents /// a statement that is an expression. /// ////// public CodeExpressionStatement() { } ///[To be supplied.] ////// public CodeExpressionStatement(CodeExpression expression) { this.expression = expression; } ///[To be supplied.] ////// public CodeExpression Expression { get { return expression; } set { expression = value; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //------------------------------------------------------------------------------ //[To be supplied.] ///// 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 CodeExpressionStatement : CodeStatement { private CodeExpression expression; ////// Represents /// a statement that is an expression. /// ////// public CodeExpressionStatement() { } ///[To be supplied.] ////// public CodeExpressionStatement(CodeExpression expression) { this.expression = expression; } ///[To be supplied.] ////// public CodeExpression Expression { get { return expression; } set { expression = value; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007.[To be supplied.] ///
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- ContactManager.cs
- CompoundFileStorageReference.cs
- QilDataSource.cs
- ErrorTableItemStyle.cs
- LambdaCompiler.cs
- IndexedGlyphRun.cs
- MobileErrorInfo.cs
- TaskCanceledException.cs
- DbDataAdapter.cs
- ListSortDescriptionCollection.cs
- ZipIOExtraFieldZip64Element.cs
- CellConstant.cs
- ExpressionPrinter.cs
- CodeCatchClause.cs
- SettingsPropertyValueCollection.cs
- TableCellAutomationPeer.cs
- PlatformNotSupportedException.cs
- UserControlDesigner.cs
- ScriptHandlerFactory.cs
- MetadataUtil.cs
- HtmlTableCellCollection.cs
- DATA_BLOB.cs
- Message.cs
- FixedSOMContainer.cs
- SearchExpression.cs
- TableLayoutSettingsTypeConverter.cs
- initElementDictionary.cs
- MouseButtonEventArgs.cs
- Propagator.Evaluator.cs
- RequestCache.cs
- DescendentsWalkerBase.cs
- ConfigXmlDocument.cs
- XmlDigitalSignatureProcessor.cs
- DBSqlParserColumn.cs
- Menu.cs
- XmlSchemaSimpleTypeList.cs
- SkinBuilder.cs
- ExecutionEngineException.cs
- CodeVariableReferenceExpression.cs
- KeyTimeConverter.cs
- ReadOnlyDictionary.cs
- CharConverter.cs
- TableCellsCollectionEditor.cs
- FragmentQuery.cs
- autovalidator.cs
- LinqDataSourceDisposeEventArgs.cs
- XmlSchemaInclude.cs
- XmlMapping.cs
- GPRECT.cs
- CollectionBuilder.cs
- ListViewGroup.cs
- PenThreadWorker.cs
- Baml2006KnownTypes.cs
- InstanceValue.cs
- IpcChannel.cs
- ExpressionEditorAttribute.cs
- DataGridrowEditEndingEventArgs.cs
- BrowserDefinition.cs
- TextContainer.cs
- SqlBinder.cs
- DataKey.cs
- WebReference.cs
- PopupEventArgs.cs
- HtmlElementCollection.cs
- Win32KeyboardDevice.cs
- PieceNameHelper.cs
- CheckPair.cs
- VScrollBar.cs
- AttributeCollection.cs
- CompositionAdorner.cs
- Triangle.cs
- WebHttpBinding.cs
- SqlUtil.cs
- TextServicesCompartmentEventSink.cs
- Restrictions.cs
- Publisher.cs
- BulletDecorator.cs
- Graphics.cs
- QualificationDataItem.cs
- GenericWebPart.cs
- GuidelineCollection.cs
- GAC.cs
- EventDescriptor.cs
- WebServiceTypeData.cs
- Scripts.cs
- ForeignKeyConstraint.cs
- TextSelection.cs
- X509Chain.cs
- Errors.cs
- ImageCreator.cs
- BCLDebug.cs
- Enum.cs
- ProcessHostFactoryHelper.cs
- SettingsContext.cs
- DataGridViewButtonColumn.cs
- SettingsBindableAttribute.cs
- CheckBox.cs
- ContentPresenter.cs
- StringPropertyBuilder.cs
- RSACryptoServiceProvider.cs