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
- ApplicationFileCodeDomTreeGenerator.cs
- CompositeActivityCodeGenerator.cs
- Renderer.cs
- AutoScrollHelper.cs
- DeclarationUpdate.cs
- TemplatePropertyEntry.cs
- UnmanagedMemoryStream.cs
- CheckableControlBaseAdapter.cs
- StateWorkerRequest.cs
- DependsOnAttribute.cs
- ModifierKeysValueSerializer.cs
- OlePropertyStructs.cs
- ResourceType.cs
- MetadataItem.cs
- _AutoWebProxyScriptEngine.cs
- Stream.cs
- ListViewCommandEventArgs.cs
- TypeNameHelper.cs
- ResourcePermissionBaseEntry.cs
- TrimSurroundingWhitespaceAttribute.cs
- AppDomainManager.cs
- ThrowHelper.cs
- ImpersonationContext.cs
- ElementAction.cs
- XmlNode.cs
- TextChange.cs
- AuthenticateEventArgs.cs
- UpWmlPageAdapter.cs
- LabelInfo.cs
- Win32Exception.cs
- BitmapVisualManager.cs
- OleDbStruct.cs
- PropertyEmitterBase.cs
- CryptographicAttribute.cs
- ReferentialConstraint.cs
- DataGridViewRowHeaderCell.cs
- XmlDataSourceView.cs
- ReadOnlyDictionary.cs
- RemotingException.cs
- UnsafeNativeMethods.cs
- StronglyTypedResourceBuilder.cs
- StrokeSerializer.cs
- JoinCqlBlock.cs
- ClientCultureInfo.cs
- StrokeNodeOperations.cs
- RSAOAEPKeyExchangeDeformatter.cs
- IgnoreDeviceFilterElementCollection.cs
- ResourceType.cs
- SafeNativeMethods.cs
- NumberFormatInfo.cs
- StandardToolWindows.cs
- SendMessageRecord.cs
- EdmProviderManifest.cs
- DesignOnlyAttribute.cs
- SmiEventStream.cs
- DictionaryItemsCollection.cs
- PrintDialog.cs
- DocumentGridContextMenu.cs
- CommandHelpers.cs
- TcpWorkerProcess.cs
- SetIterators.cs
- StylusPoint.cs
- SQLConvert.cs
- ServicePointManager.cs
- PenLineCapValidation.cs
- IUnknownConstantAttribute.cs
- webproxy.cs
- ModelTypeConverter.cs
- URL.cs
- WebEvents.cs
- SqlErrorCollection.cs
- ReferenceConverter.cs
- RectValueSerializer.cs
- CellRelation.cs
- StickyNoteContentControl.cs
- TransformedBitmap.cs
- TypeInitializationException.cs
- ItemCheckEvent.cs
- ReferencedAssembly.cs
- CompressionTransform.cs
- IndentTextWriter.cs
- BamlCollectionHolder.cs
- IndexOutOfRangeException.cs
- SizeFConverter.cs
- CategoriesDocumentFormatter.cs
- CustomExpressionEventArgs.cs
- EventRouteFactory.cs
- BufferedStream.cs
- PngBitmapDecoder.cs
- MissingMemberException.cs
- AssemblySettingAttributes.cs
- documentsequencetextcontainer.cs
- TraceEventCache.cs
- RenderDataDrawingContext.cs
- ProxyManager.cs
- ThreadAbortException.cs
- Interlocked.cs
- UpdateProgress.cs
- IPHostEntry.cs
- MetabaseReader.cs