Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / CompMod / System / CodeDOM / CodeExpressionStatement.cs / 1305376 / 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
- Axis.cs
- SuppressMergeCheckAttribute.cs
- EntryWrittenEventArgs.cs
- ExpressionPrefixAttribute.cs
- ExpressionVisitorHelpers.cs
- TextPattern.cs
- Keyboard.cs
- ImageClickEventArgs.cs
- MissingMethodException.cs
- AQNBuilder.cs
- ListControl.cs
- IsolatedStorage.cs
- MessageProtectionOrder.cs
- SystemGatewayIPAddressInformation.cs
- SBCSCodePageEncoding.cs
- Util.cs
- ExecutionEngineException.cs
- TabletDevice.cs
- PolicyStatement.cs
- SetState.cs
- Behavior.cs
- RunWorkerCompletedEventArgs.cs
- HtmlElement.cs
- WrappedIUnknown.cs
- FixUpCollection.cs
- HttpWebRequest.cs
- GridView.cs
- Parameter.cs
- HttpContext.cs
- GridViewHeaderRowPresenterAutomationPeer.cs
- TabRenderer.cs
- DrawingAttributeSerializer.cs
- SpeechRecognitionEngine.cs
- GlobalizationSection.cs
- XhtmlBasicFormAdapter.cs
- SiteMapHierarchicalDataSourceView.cs
- TemplateInstanceAttribute.cs
- SHA1Managed.cs
- Converter.cs
- TransmissionStrategy.cs
- TextTreeTextNode.cs
- CompositeCollectionView.cs
- Light.cs
- EntityConnection.cs
- InstalledVoice.cs
- UIntPtr.cs
- UndirectedGraph.cs
- ExpressionPrefixAttribute.cs
- DocumentOrderQuery.cs
- CallbackTimeoutsElement.cs
- EntityContainerAssociationSet.cs
- DataGridViewRowsRemovedEventArgs.cs
- ThemeDictionaryExtension.cs
- CodePageUtils.cs
- ExtractorMetadata.cs
- HttpWriter.cs
- XmlIlGenerator.cs
- DataColumn.cs
- AtomMaterializerLog.cs
- GridViewColumnHeader.cs
- BodyGlyph.cs
- XsltContext.cs
- ToolStripOverflowButton.cs
- InheritanceAttribute.cs
- SqlTriggerContext.cs
- SafeNativeMethods.cs
- TextSelectionHelper.cs
- SecurityKeyType.cs
- AppDomainManager.cs
- XmlAnyElementAttributes.cs
- AnnotationObservableCollection.cs
- ProfileBuildProvider.cs
- InputGestureCollection.cs
- EdgeModeValidation.cs
- BrowserCapabilitiesCompiler.cs
- SortedList.cs
- FixedPageProcessor.cs
- TabletCollection.cs
- ControlPropertyNameConverter.cs
- ValidationSummary.cs
- TimeSpanStorage.cs
- CultureInfo.cs
- XsdDuration.cs
- AQNBuilder.cs
- InfoCardRSAOAEPKeyExchangeFormatter.cs
- TimerElapsedEvenArgs.cs
- TextSpanModifier.cs
- ResourceIDHelper.cs
- StylusOverProperty.cs
- RijndaelManagedTransform.cs
- RedistVersionInfo.cs
- IdentitySection.cs
- HttpFileCollectionWrapper.cs
- OdbcError.cs
- State.cs
- ImageDrawing.cs
- CaseInsensitiveHashCodeProvider.cs
- WeakReferenceKey.cs
- DirtyTextRange.cs
- SplineKeyFrames.cs