Code:
/ FX-1434 / FX-1434 / 1.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
- WindowsAuthenticationEventArgs.cs
- StickyNoteHelper.cs
- SchemaMapping.cs
- lengthconverter.cs
- TextServicesDisplayAttribute.cs
- FullTextBreakpoint.cs
- XmlText.cs
- TextElementEnumerator.cs
- FontResourceCache.cs
- hebrewshape.cs
- XmlDataCollection.cs
- DynamicDataManager.cs
- ArithmeticException.cs
- ControlPropertyNameConverter.cs
- CssStyleCollection.cs
- Context.cs
- MarkupCompilePass1.cs
- ErrorTableItemStyle.cs
- ToolStripLocationCancelEventArgs.cs
- FamilyMap.cs
- UniqueConstraint.cs
- SoapFormatterSinks.cs
- TraceUtility.cs
- DbDataAdapter.cs
- BreakRecordTable.cs
- Ops.cs
- AppliedDeviceFiltersEditor.cs
- EmptyElement.cs
- ViewManager.cs
- SettingsPropertyNotFoundException.cs
- DrawingBrush.cs
- InfoCardTraceRecord.cs
- ServiceDescriptionContext.cs
- Collection.cs
- ExtenderProvidedPropertyAttribute.cs
- HttpRuntime.cs
- HotSpot.cs
- AssemblyCacheEntry.cs
- CodeVariableDeclarationStatement.cs
- SerialPort.cs
- InertiaExpansionBehavior.cs
- PointUtil.cs
- ExtensionQuery.cs
- WebBrowser.cs
- AbandonedMutexException.cs
- RadioButtonFlatAdapter.cs
- Interfaces.cs
- HyperLink.cs
- EdmEntityTypeAttribute.cs
- Typography.cs
- CompositeControl.cs
- DataColumn.cs
- OuterGlowBitmapEffect.cs
- XmlReader.cs
- UidManager.cs
- Timer.cs
- SpecularMaterial.cs
- AudioFormatConverter.cs
- PreProcessor.cs
- RSAOAEPKeyExchangeDeformatter.cs
- PathHelper.cs
- AutomationElement.cs
- VoiceChangeEventArgs.cs
- EditorPartChrome.cs
- ListControl.cs
- SkewTransform.cs
- ProcessThreadCollection.cs
- ToolStripRenderEventArgs.cs
- ConsumerConnectionPoint.cs
- SafeWaitHandle.cs
- DuplicateDetector.cs
- CalendarSelectionChangedEventArgs.cs
- Encoding.cs
- RegexCapture.cs
- GetRecipientRequest.cs
- Msec.cs
- WindowsContainer.cs
- CodeNamespaceImport.cs
- ETagAttribute.cs
- OutputCacheProfileCollection.cs
- ActivityCodeDomSerializer.cs
- SystemIPAddressInformation.cs
- ButtonColumn.cs
- BinHexEncoder.cs
- XmlSerializerSection.cs
- ImageAnimator.cs
- DispatcherOperation.cs
- GradientBrush.cs
- PageBuildProvider.cs
- ObjectFactoryCodeDomTreeGenerator.cs
- DataGridColumn.cs
- MediaElementAutomationPeer.cs
- ChangeDirector.cs
- TextElement.cs
- StrongName.cs
- BaseCAMarshaler.cs
- DrawingContext.cs
- QueryLifecycle.cs
- SchemaElement.cs
- Binding.cs