Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / whidbey / NetFxQFE / 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; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //------------------------------------------------------------------------------ //[To be supplied.] ///// 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; } } } } // 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
- TemplateControlParser.cs
- MetadataSource.cs
- CharUnicodeInfo.cs
- XmlIncludeAttribute.cs
- ChannelServices.cs
- DelayedRegex.cs
- WebEventTraceProvider.cs
- ExtendedPropertyDescriptor.cs
- FilterableData.cs
- CodeDefaultValueExpression.cs
- ToolStripContextMenu.cs
- UInt16Converter.cs
- FileDialog.cs
- TextBox.cs
- EventLogWatcher.cs
- WorkflowExecutor.cs
- HttpPostedFile.cs
- AssemblyInfo.cs
- WorkflowItemPresenter.cs
- MSG.cs
- COM2ExtendedUITypeEditor.cs
- TransformerInfo.cs
- BitmapInitialize.cs
- EncoderExceptionFallback.cs
- QilName.cs
- StorageComplexTypeMapping.cs
- TextAdaptor.cs
- XmlSchemaSequence.cs
- ExpressionBuilderContext.cs
- XmlObjectSerializerReadContextComplexJson.cs
- FixedBufferAttribute.cs
- FormViewDeleteEventArgs.cs
- DescendentsWalker.cs
- DataGridViewRowsAddedEventArgs.cs
- TTSEvent.cs
- DefinitionUpdate.cs
- SystemIPv6InterfaceProperties.cs
- Vector3DValueSerializer.cs
- ToolStripDropDownButton.cs
- BufferedWebEventProvider.cs
- Context.cs
- InternalConfigHost.cs
- ExtensionsSection.cs
- InternalConfigConfigurationFactory.cs
- RelativeSource.cs
- ToolStripItem.cs
- SelectionItemPattern.cs
- VirtualPathUtility.cs
- WebPartCatalogCloseVerb.cs
- EndpointBehaviorElementCollection.cs
- SizeIndependentAnimationStorage.cs
- ParentUndoUnit.cs
- HttpDigestClientElement.cs
- TextEndOfLine.cs
- XmlText.cs
- fixedPageContentExtractor.cs
- _OverlappedAsyncResult.cs
- CngAlgorithmGroup.cs
- SafeUserTokenHandle.cs
- WebPartEventArgs.cs
- DataRowExtensions.cs
- WasEndpointConfigContainer.cs
- DataSourceUtil.cs
- ButtonColumn.cs
- XamlTypeMapper.cs
- COM2ICategorizePropertiesHandler.cs
- SQLBoolean.cs
- MulticastNotSupportedException.cs
- TypeBuilderInstantiation.cs
- PropertyManager.cs
- TypeToken.cs
- InvalidProgramException.cs
- PropertyGridCommands.cs
- SqlRetyper.cs
- SafeNativeMethods.cs
- MsmqIntegrationProcessProtocolHandler.cs
- TimeStampChecker.cs
- DeclaredTypeElementCollection.cs
- GlyphsSerializer.cs
- SoapProtocolImporter.cs
- RowToParametersTransformer.cs
- WsatTransactionFormatter.cs
- XmlAttributeOverrides.cs
- _ReceiveMessageOverlappedAsyncResult.cs
- CryptographicAttribute.cs
- EnumerableCollectionView.cs
- SafeNativeMethods.cs
- BindingElementCollection.cs
- SQLInt16.cs
- SqlConnection.cs
- httpapplicationstate.cs
- InternalSendMessage.cs
- DesignerDataParameter.cs
- activationcontext.cs
- AsymmetricKeyExchangeFormatter.cs
- SourceFileInfo.cs
- HasCopySemanticsAttribute.cs
- HttpProxyCredentialType.cs
- PrinterResolution.cs
- TransformCryptoHandle.cs