Code:
/ DotNET / DotNET / 8.0 / untmp / whidbey / REDBITS / 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; } } } }[To be supplied.] ///
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- WhiteSpaceTrimStringConverter.cs
- BigIntegerStorage.cs
- SafeSecurityHelper.cs
- InfoCardRSACryptoProvider.cs
- TextChange.cs
- ServicePoint.cs
- CqlIdentifiers.cs
- IdSpace.cs
- LazyInitializer.cs
- storepermissionattribute.cs
- VerificationAttribute.cs
- InputScope.cs
- StartUpEventArgs.cs
- NamedPermissionSet.cs
- DocumentationServerProtocol.cs
- AmbientProperties.cs
- RightsDocument.cs
- PropertyPushdownHelper.cs
- QilLiteral.cs
- XmlWrappingReader.cs
- SelectQueryOperator.cs
- DataSourceConverter.cs
- CodeTypeReferenceSerializer.cs
- WindowsGraphics.cs
- BufferedGraphicsContext.cs
- TextRunProperties.cs
- ScrollEventArgs.cs
- Version.cs
- XmlWriter.cs
- GridPatternIdentifiers.cs
- XPathDescendantIterator.cs
- Vector3DCollection.cs
- LinearQuaternionKeyFrame.cs
- FixedPageAutomationPeer.cs
- RequestBringIntoViewEventArgs.cs
- SlipBehavior.cs
- HtmlInputText.cs
- RowsCopiedEventArgs.cs
- PerfService.cs
- TemplateParser.cs
- ServicesSection.cs
- RegularExpressionValidator.cs
- GC.cs
- Accessors.cs
- CachedFontFace.cs
- ObjRef.cs
- VectorConverter.cs
- DataSourceNameHandler.cs
- ErrorRuntimeConfig.cs
- WindowsTokenRoleProvider.cs
- ChangePassword.cs
- HtmlInputPassword.cs
- LinkLabelLinkClickedEvent.cs
- DSACryptoServiceProvider.cs
- SingleConverter.cs
- ContentDisposition.cs
- UdpDiscoveryEndpoint.cs
- LambdaCompiler.Address.cs
- XmlReflectionImporter.cs
- DataGridCellsPanel.cs
- ChannelSinkStacks.cs
- StringUtil.cs
- TreeSet.cs
- WithStatement.cs
- DesignerLinkAdapter.cs
- TypeReference.cs
- HttpHeaderCollection.cs
- PackageStore.cs
- EventOpcode.cs
- SQLDateTime.cs
- MetadataArtifactLoaderCompositeResource.cs
- ListControl.cs
- LogStream.cs
- DataStorage.cs
- ClientBuildManagerTypeDescriptionProviderBridge.cs
- WmlLabelAdapter.cs
- ThreadStartException.cs
- SizeConverter.cs
- CachedTypeface.cs
- WindowsListViewItemCheckBox.cs
- ImageMap.cs
- GraphicsState.cs
- ExpressionTable.cs
- PolicyLevel.cs
- Header.cs
- RegexCompilationInfo.cs
- LinqExpressionNormalizer.cs
- CompositionDesigner.cs
- CellQuery.cs
- ListDictionaryInternal.cs
- XmlQueryStaticData.cs
- NumericPagerField.cs
- MatrixAnimationUsingKeyFrames.cs
- BasicHttpSecurityMode.cs
- SafeNativeMethods.cs
- HttpBrowserCapabilitiesBase.cs
- SafeWaitHandle.cs
- ImageButton.cs
- DesignerToolboxInfo.cs
- WCFBuildProvider.cs