Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / CompMod / System / CodeDOM / CodeExpressionStatement.cs / 1305376 / CodeExpressionStatement.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 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.] ///// // //----------------------------------------------------------------------------- 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 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
- AffineTransform3D.cs
- PixelFormatConverter.cs
- ZipIOExtraFieldElement.cs
- ReadOnlyMetadataCollection.cs
- KeyEvent.cs
- MimeFormatter.cs
- Int64KeyFrameCollection.cs
- HttpFormatExtensions.cs
- ping.cs
- CheckBoxAutomationPeer.cs
- WCFModelStrings.Designer.cs
- VisualStyleInformation.cs
- ScriptControlManager.cs
- SignedXml.cs
- Tokenizer.cs
- TrustLevel.cs
- EditorPartDesigner.cs
- TextServicesCompartmentEventSink.cs
- WmlLinkAdapter.cs
- StorageRoot.cs
- RoamingStoreFile.cs
- DtrList.cs
- Int32Converter.cs
- PointLight.cs
- ProcessThread.cs
- DesigntimeLicenseContext.cs
- LayeredChannelListener.cs
- Point3DAnimationUsingKeyFrames.cs
- ThreadStateException.cs
- ObjectFactoryCodeDomTreeGenerator.cs
- EntityDataSourceUtil.cs
- LogReserveAndAppendState.cs
- DocumentPageHost.cs
- DragStartedEventArgs.cs
- EventArgs.cs
- TemplateLookupAction.cs
- DropShadowBitmapEffect.cs
- WebPartEditVerb.cs
- ParentUndoUnit.cs
- FastEncoderStatics.cs
- XmlNamespaceMappingCollection.cs
- Error.cs
- GenericWebPart.cs
- QueryableDataSourceView.cs
- LinkUtilities.cs
- Rotation3DAnimationBase.cs
- EventSinkHelperWriter.cs
- TextBounds.cs
- DoubleUtil.cs
- MetadataProperty.cs
- RubberbandSelector.cs
- QilXmlWriter.cs
- CodeDirectiveCollection.cs
- GridViewHeaderRowPresenterAutomationPeer.cs
- NativeMethods.cs
- SpanIndex.cs
- DecoderReplacementFallback.cs
- regiisutil.cs
- CallbackCorrelationInitializer.cs
- IndentedWriter.cs
- CompModSwitches.cs
- ColumnWidthChangedEvent.cs
- ConfigXmlText.cs
- TextEditorDragDrop.cs
- Random.cs
- RelatedEnd.cs
- ZipIOZip64EndOfCentralDirectoryBlock.cs
- PlaceHolder.cs
- ValidatingPropertiesEventArgs.cs
- InvalidPropValue.cs
- SourceItem.cs
- _TransmitFileOverlappedAsyncResult.cs
- HtmlListAdapter.cs
- FontWeights.cs
- CqlQuery.cs
- ComponentResourceKeyConverter.cs
- ScopeCollection.cs
- WebEventTraceProvider.cs
- ServiceDesigner.cs
- CodeAccessPermission.cs
- EntityClassGenerator.cs
- HitTestDrawingContextWalker.cs
- DataGridCaption.cs
- TransactionScope.cs
- SqlConnectionHelper.cs
- BuildProviderInstallComponent.cs
- QilUnary.cs
- AppModelKnownContentFactory.cs
- CompositionDesigner.cs
- HyperlinkAutomationPeer.cs
- TriggerBase.cs
- SafeMarshalContext.cs
- ControlPersister.cs
- FunctionParameter.cs
- PnrpPeerResolverBindingElement.cs
- SqlMultiplexer.cs
- BooleanToVisibilityConverter.cs
- DecimalMinMaxAggregationOperator.cs
- GeneralTransform3DCollection.cs
- TextEditorMouse.cs