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
- Int32AnimationBase.cs
- _NetworkingPerfCounters.cs
- FixedSOMGroup.cs
- RelatedEnd.cs
- SettingsPropertyValue.cs
- AuthorizationSection.cs
- JournalEntry.cs
- SecurityPermission.cs
- ColumnHeaderConverter.cs
- ApplyTemplatesAction.cs
- TextTreeText.cs
- FontCollection.cs
- TreeNodeClickEventArgs.cs
- loginstatus.cs
- TypeBuilderInstantiation.cs
- _ScatterGatherBuffers.cs
- TiffBitmapDecoder.cs
- ScriptingJsonSerializationSection.cs
- VirtualPath.cs
- Connection.cs
- ActiveDocumentEvent.cs
- BitmapSource.cs
- XmlSchemaSet.cs
- RadioButtonRenderer.cs
- ReflectionPermission.cs
- CaseInsensitiveOrdinalStringComparer.cs
- EndpointAddress.cs
- AssemblySettingAttributes.cs
- log.cs
- ControllableStoryboardAction.cs
- NetSectionGroup.cs
- DtdParser.cs
- AuditLogLocation.cs
- DataTemplate.cs
- Registry.cs
- _ListenerRequestStream.cs
- ArrayTypeMismatchException.cs
- ToolStripProgressBar.cs
- DataKey.cs
- DataBoundControlAdapter.cs
- Size.cs
- TypeHelper.cs
- ExtendedPropertyInfo.cs
- TrustManager.cs
- GenericTypeParameterBuilder.cs
- Block.cs
- HttpModuleCollection.cs
- XamlTreeBuilderBamlRecordWriter.cs
- ObjectParameter.cs
- ProxyGenerator.cs
- ValueUtilsSmi.cs
- ArrayConverter.cs
- Parsers.cs
- GraphicsState.cs
- ServiceControllerDesigner.cs
- _ListenerRequestStream.cs
- ObjectQueryState.cs
- ConnectionsZone.cs
- EncoderExceptionFallback.cs
- CqlBlock.cs
- CoTaskMemHandle.cs
- webeventbuffer.cs
- SecondaryIndexDefinition.cs
- SpeechRecognitionEngine.cs
- SecurityHeaderElementInferenceEngine.cs
- Comparer.cs
- Hashtable.cs
- TrackingLocation.cs
- HtmlTableCell.cs
- AbsoluteQuery.cs
- BinaryConverter.cs
- OpenTypeLayoutCache.cs
- SQLInt32Storage.cs
- ProfileServiceManager.cs
- XmlSchemaCompilationSettings.cs
- TextCharacters.cs
- Label.cs
- EdmPropertyAttribute.cs
- DependencyPropertyDescriptor.cs
- XmlHelper.cs
- XmlEncodedRawTextWriter.cs
- BridgeDataRecord.cs
- XmlElementAttributes.cs
- webeventbuffer.cs
- AttachedAnnotationChangedEventArgs.cs
- ZipIORawDataFileBlock.cs
- OleDbCommand.cs
- ProtocolsConfigurationEntry.cs
- SafeFileMapViewHandle.cs
- EncoderParameters.cs
- DataBoundControlHelper.cs
- CompensationDesigner.cs
- SBCSCodePageEncoding.cs
- FileDialog.cs
- HttpRequest.cs
- OdbcPermission.cs
- ClusterSafeNativeMethods.cs
- MailWriter.cs
- DbMetaDataColumnNames.cs
- ExpressionEvaluator.cs