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
- _LocalDataStore.cs
- EmptyStringExpandableObjectConverter.cs
- JsonGlobals.cs
- TaskHelper.cs
- Identifier.cs
- TextElementCollection.cs
- NativeMethods.cs
- MultiTargetingUtil.cs
- Durable.cs
- PointCollectionValueSerializer.cs
- XhtmlTextWriter.cs
- FtpWebResponse.cs
- HttpChannelHelpers.cs
- WindowsScrollBarBits.cs
- BatchParser.cs
- PropertyTabChangedEvent.cs
- BackoffTimeoutHelper.cs
- __Filters.cs
- NativeCompoundFileAPIs.cs
- CodeExpressionRuleDeclaration.cs
- DataGridViewColumnDesignTimeVisibleAttribute.cs
- WebServiceHostFactory.cs
- ProjectionPlan.cs
- EventMappingSettings.cs
- BinaryFormatter.cs
- OptimizedTemplateContentHelper.cs
- SamlSubjectStatement.cs
- figurelength.cs
- ObjectQueryProvider.cs
- XmlReflectionMember.cs
- RootBrowserWindowProxy.cs
- PassportPrincipal.cs
- ToolboxItemLoader.cs
- SimpleNameService.cs
- ComponentCommands.cs
- DbParameterHelper.cs
- AsyncContentLoadedEventArgs.cs
- EmptyEnumerator.cs
- HostedElements.cs
- TableItemProviderWrapper.cs
- ActiveDocumentEvent.cs
- VersionValidator.cs
- WebPartTransformer.cs
- ActivityBindForm.cs
- CapacityStreamGeometryContext.cs
- ImageConverter.cs
- JpegBitmapDecoder.cs
- CacheAxisQuery.cs
- Pen.cs
- TextEffect.cs
- ResolveDuplexAsyncResult.cs
- XmlnsPrefixAttribute.cs
- SchemaTableOptionalColumn.cs
- ProfessionalColorTable.cs
- ProxyManager.cs
- TemplatedMailWebEventProvider.cs
- ICollection.cs
- TableNameAttribute.cs
- MouseButtonEventArgs.cs
- Dispatcher.cs
- DateTimeOffsetConverter.cs
- RowCache.cs
- BStrWrapper.cs
- WaitForChangedResult.cs
- IriParsingElement.cs
- _NestedMultipleAsyncResult.cs
- TemplateXamlTreeBuilder.cs
- PropertiesTab.cs
- NamespaceList.cs
- DynamicPropertyHolder.cs
- OdbcException.cs
- ReadonlyMessageFilter.cs
- VisualBrush.cs
- SchemaElementLookUpTableEnumerator.cs
- MergePropertyDescriptor.cs
- Oid.cs
- ReferenceConverter.cs
- LinkButton.cs
- ProtocolsConfigurationHandler.cs
- CellParagraph.cs
- TextWriter.cs
- CookielessHelper.cs
- PeerTransportListenAddressValidatorAttribute.cs
- ValidationSummary.cs
- HandleExceptionArgs.cs
- TextProperties.cs
- RealizationContext.cs
- TrackingProfileCache.cs
- RowUpdatingEventArgs.cs
- SpotLight.cs
- TypeToArgumentTypeConverter.cs
- CopyAction.cs
- HtmlInputControl.cs
- Parameter.cs
- FileIOPermission.cs
- CodeLinePragma.cs
- DataServiceRequestOfT.cs
- ShaderEffect.cs
- CoTaskMemHandle.cs
- Guid.cs