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
- MaskPropertyEditor.cs
- DataSourceHelper.cs
- DesignTimeDataBinding.cs
- StoreContentChangedEventArgs.cs
- Context.cs
- LicenseProviderAttribute.cs
- ToolStripTextBox.cs
- DurableOperationContext.cs
- ServiceXNameTypeConverter.cs
- EndpointFilterProvider.cs
- XmlSchemaObject.cs
- JsonReaderWriterFactory.cs
- FastPropertyAccessor.cs
- sqlser.cs
- GenericAuthenticationEventArgs.cs
- SapiRecoContext.cs
- InputLangChangeEvent.cs
- ValidatorCollection.cs
- ImageListImage.cs
- BamlResourceDeserializer.cs
- SqlLiftWhereClauses.cs
- ToolStripDropDownDesigner.cs
- EntitySetDataBindingList.cs
- PersistChildrenAttribute.cs
- LinqDataSourceDeleteEventArgs.cs
- Tokenizer.cs
- TableLayoutPanel.cs
- ProxyWebPart.cs
- TypeHelper.cs
- LambdaCompiler.Unary.cs
- JournalEntryStack.cs
- ADMembershipProvider.cs
- FixedBufferAttribute.cs
- EmptyEnumerable.cs
- ConfigurationProperty.cs
- StoryFragments.cs
- EmptyControlCollection.cs
- XmlObjectSerializerWriteContextComplexJson.cs
- DbProviderFactoriesConfigurationHandler.cs
- WebUtil.cs
- XsdSchemaFileEditor.cs
- InvalidOleVariantTypeException.cs
- TraceFilter.cs
- XmlMtomReader.cs
- SoapExtensionTypeElementCollection.cs
- StringTraceRecord.cs
- OrderingExpression.cs
- GridViewAutomationPeer.cs
- StreamResourceInfo.cs
- DataGridViewRowHeightInfoPushedEventArgs.cs
- Validator.cs
- Marshal.cs
- RegexReplacement.cs
- ViewGenerator.cs
- GlobalAllocSafeHandle.cs
- SchemaComplexType.cs
- SiteMapSection.cs
- PtsPage.cs
- EventPrivateKey.cs
- OleDbCommand.cs
- StorageSetMapping.cs
- TextBoxBase.cs
- InteropAutomationProvider.cs
- ConfigurationSchemaErrors.cs
- ControlPager.cs
- SmiRequestExecutor.cs
- ToolStripItemEventArgs.cs
- BlockingCollection.cs
- ProcessHostConfigUtils.cs
- DataKeyCollection.cs
- SystemNetworkInterface.cs
- TriggerActionCollection.cs
- SqlAggregateChecker.cs
- ElementHostAutomationPeer.cs
- PrtCap_Public_Simple.cs
- SecurityTokenTypes.cs
- CorrelationKeyCalculator.cs
- SchemaManager.cs
- HttpModuleCollection.cs
- _LoggingObject.cs
- BitmapEffectInput.cs
- StringUtil.cs
- Update.cs
- XPathExpr.cs
- ButtonChrome.cs
- SchemaAttDef.cs
- GridItemCollection.cs
- PageCache.cs
- TreeIterators.cs
- GrammarBuilderDictation.cs
- JpegBitmapDecoder.cs
- TextModifier.cs
- HttpBrowserCapabilitiesBase.cs
- PersonalizationStateQuery.cs
- DataContractSerializerSection.cs
- PersistenceTypeAttribute.cs
- ProgressBarBrushConverter.cs
- RegistryDataKey.cs
- ColorKeyFrameCollection.cs
- _HeaderInfo.cs