Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / whidbey / NetFXspW7 / 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;
///
///
/// Represents
/// a statement that is an expression.
///
///
[
ClassInterface(ClassInterfaceType.AutoDispatch),
ComVisible(true),
Serializable,
]
public class CodeExpressionStatement : CodeStatement {
private CodeExpression expression;
///
/// [To be supplied.]
///
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.
//------------------------------------------------------------------------------
//
// 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;
///
///
/// Represents
/// a statement that is an expression.
///
///
[
ClassInterface(ClassInterfaceType.AutoDispatch),
ComVisible(true),
Serializable,
]
public class CodeExpressionStatement : CodeStatement {
private CodeExpression expression;
///
/// [To be supplied.]
///
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.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- SymLanguageVendor.cs
- ListViewTableRow.cs
- DataGridViewRowPrePaintEventArgs.cs
- TdsParserSessionPool.cs
- SoapInteropTypes.cs
- TemplateNameScope.cs
- ElementHostAutomationPeer.cs
- ExpressionBindingCollection.cs
- XmlAttributeCache.cs
- DrawingContext.cs
- SynchronizedRandom.cs
- TypeListConverter.cs
- EasingQuaternionKeyFrame.cs
- UIElement.cs
- ValidationManager.cs
- ObjectSpanRewriter.cs
- SoapHeaderAttribute.cs
- Html32TextWriter.cs
- X509Logo.cs
- AddressHeaderCollection.cs
- CryptoStream.cs
- Label.cs
- ScriptResourceDefinition.cs
- FormattedText.cs
- UnsignedPublishLicense.cs
- IndexedEnumerable.cs
- Helpers.cs
- SoapFormatter.cs
- XmlSerializationWriter.cs
- Missing.cs
- PageAdapter.cs
- ContentFilePart.cs
- ConstraintStruct.cs
- CodeDomDecompiler.cs
- SqlRemoveConstantOrderBy.cs
- PropertyPathWorker.cs
- AutomationIdentifierGuids.cs
- AuthorizationSection.cs
- Barrier.cs
- ProviderConnectionPointCollection.cs
- DefaultBindingPropertyAttribute.cs
- ListViewUpdateEventArgs.cs
- PatternMatcher.cs
- IApplicationTrustManager.cs
- UIElementPropertyUndoUnit.cs
- WaitForChangedResult.cs
- AspProxy.cs
- MulticastNotSupportedException.cs
- FixUp.cs
- CommandDevice.cs
- SqlDataSourceRefreshSchemaForm.cs
- TabControlAutomationPeer.cs
- MessageProtectionOrder.cs
- DataSourceProvider.cs
- DbReferenceCollection.cs
- CardSpacePolicyElement.cs
- JsonQueryStringConverter.cs
- TriggerCollection.cs
- BufferBuilder.cs
- SecurityDocument.cs
- FormViewCommandEventArgs.cs
- httpstaticobjectscollection.cs
- XmlIncludeAttribute.cs
- BufferedReadStream.cs
- AnnotationComponentManager.cs
- XmlSchemaSimpleContent.cs
- ClientBuildManager.cs
- DataGridViewHeaderCell.cs
- FileUtil.cs
- Page.cs
- BitmapFrameEncode.cs
- ItemCheckEvent.cs
- TemplateField.cs
- SelectionEditingBehavior.cs
- ToolStripDropDownMenu.cs
- AsymmetricKeyExchangeFormatter.cs
- cache.cs
- StackSpiller.Bindings.cs
- EntityDesignPluralizationHandler.cs
- EncodingFallbackAwareXmlTextWriter.cs
- ProtocolInformationWriter.cs
- DoubleAnimationUsingPath.cs
- RegistrationServices.cs
- baseaxisquery.cs
- Parameter.cs
- KeyFrames.cs
- TableCell.cs
- PointLight.cs
- CreateUserErrorEventArgs.cs
- NominalTypeEliminator.cs
- BamlStream.cs
- NetworkInformationPermission.cs
- TextEditorSelection.cs
- SqlCachedBuffer.cs
- WizardPanel.cs
- WinInetCache.cs
- SafeNativeMethodsMilCoreApi.cs
- DocumentApplicationDocumentViewer.cs
- ThreadAttributes.cs
- LinqDataSource.cs