Code:
/ 4.0 / 4.0 / untmp / 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.] ///
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- BlurBitmapEffect.cs
- ExtendedProperty.cs
- PersonalizablePropertyEntry.cs
- HandleCollector.cs
- TemplateManager.cs
- ResourceAssociationSet.cs
- LineInfo.cs
- PageThemeBuildProvider.cs
- NameTable.cs
- TrackBarRenderer.cs
- ArrangedElementCollection.cs
- SettingsPropertyValue.cs
- ValidateNames.cs
- SynchronizationLockException.cs
- XmlSchemaObjectCollection.cs
- BitmapEffectGroup.cs
- SBCSCodePageEncoding.cs
- XmlSchemaInclude.cs
- NoneExcludedImageIndexConverter.cs
- XmlCharCheckingWriter.cs
- InProcStateClientManager.cs
- Range.cs
- XmlSchemaComplexContent.cs
- BindingEntityInfo.cs
- Int32CollectionValueSerializer.cs
- ClientScriptManager.cs
- TabControlEvent.cs
- EditorOptionAttribute.cs
- WizardPanel.cs
- BamlWriter.cs
- MouseActionValueSerializer.cs
- XsltLoader.cs
- XmlChildEnumerator.cs
- WindowsComboBox.cs
- KernelTypeValidation.cs
- XmlAttributeCollection.cs
- SubstitutionList.cs
- ResXResourceWriter.cs
- ObjectDataSourceStatusEventArgs.cs
- PeerContact.cs
- TraceSwitch.cs
- CacheAxisQuery.cs
- FormatterServices.cs
- CmsInterop.cs
- ValueTypeFieldReference.cs
- GridViewDeletedEventArgs.cs
- ElementHostAutomationPeer.cs
- HelpEvent.cs
- CriticalExceptions.cs
- NumberAction.cs
- EntityContainerAssociationSetEnd.cs
- RepeatButtonAutomationPeer.cs
- DialogWindow.cs
- SaveFileDialog.cs
- SecUtil.cs
- MenuCommand.cs
- WmpBitmapEncoder.cs
- HuffModule.cs
- TextDecorations.cs
- Column.cs
- EventTrigger.cs
- IsolatedStorageFilePermission.cs
- PropertyValueChangedEvent.cs
- XmlEntityReference.cs
- Facet.cs
- ImageCodecInfo.cs
- AssemblyName.cs
- _UncName.cs
- SecurityAttributeGenerationHelper.cs
- DataGridViewBand.cs
- CharAnimationUsingKeyFrames.cs
- PropertyTab.cs
- PerformanceCounter.cs
- ECDiffieHellman.cs
- Transform.cs
- SoapParser.cs
- CompoundFileDeflateTransform.cs
- Signature.cs
- XmlSignatureProperties.cs
- MsmqIntegrationBindingCollectionElement.cs
- BaseResourcesBuildProvider.cs
- SafeCryptHandles.cs
- StreamWriter.cs
- Vector3DIndependentAnimationStorage.cs
- PageParser.cs
- LogRestartAreaEnumerator.cs
- CodeCommentStatement.cs
- _DigestClient.cs
- PropertyMappingExceptionEventArgs.cs
- DataListGeneralPage.cs
- ProfileInfo.cs
- GridViewRowCollection.cs
- DbConnectionStringBuilder.cs
- StorageRoot.cs
- SchemaMerger.cs
- FormViewUpdatedEventArgs.cs
- Control.cs
- JsonDeserializer.cs
- OracleColumn.cs
- EdmSchemaAttribute.cs