Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / whidbey / NetFxQFE / 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
- SmtpReplyReaderFactory.cs
- VariableAction.cs
- ZipIOLocalFileBlock.cs
- DataControlButton.cs
- ObjectParameterCollection.cs
- DataException.cs
- ProfileElement.cs
- CodeAttributeDeclaration.cs
- JulianCalendar.cs
- OdbcConnectionFactory.cs
- XmlAtomicValue.cs
- Screen.cs
- Vector3D.cs
- XmlNullResolver.cs
- SqlInternalConnectionSmi.cs
- ClientTargetCollection.cs
- HttpRuntimeSection.cs
- XmlUtil.cs
- XmlWriterDelegator.cs
- CopyOfAction.cs
- TraceLevelStore.cs
- GridErrorDlg.cs
- _HelperAsyncResults.cs
- ProtectedConfigurationSection.cs
- TableLayoutCellPaintEventArgs.cs
- XmlHierarchicalDataSourceView.cs
- CompilerError.cs
- ProxyWebPartConnectionCollection.cs
- QueryConverter.cs
- ObjectListDataBindEventArgs.cs
- XsltOutput.cs
- StaticResourceExtension.cs
- WebPartConnectVerb.cs
- ZipIOExtraFieldZip64Element.cs
- ToolBar.cs
- DataGrid.cs
- CollectionChangedEventManager.cs
- SqlCachedBuffer.cs
- AppDomainFactory.cs
- SerializationHelper.cs
- XmlTypeMapping.cs
- CustomServiceCredentials.cs
- LabelEditEvent.cs
- KnownTypes.cs
- RoleGroupCollection.cs
- DocumentXmlWriter.cs
- WinCategoryAttribute.cs
- Tracer.cs
- SecureConversationServiceCredential.cs
- _AutoWebProxyScriptEngine.cs
- CodePageEncoding.cs
- PasswordBoxAutomationPeer.cs
- DataObjectMethodAttribute.cs
- ModifierKeysConverter.cs
- ThumbButtonInfo.cs
- CookieProtection.cs
- AnnotationDocumentPaginator.cs
- PointAnimationUsingKeyFrames.cs
- WithStatement.cs
- InputLanguageProfileNotifySink.cs
- EventDescriptorCollection.cs
- streamingZipPartStream.cs
- DocumentPageHost.cs
- ResponseStream.cs
- DataFormats.cs
- ParamArrayAttribute.cs
- ResourceAttributes.cs
- OuterGlowBitmapEffect.cs
- Trace.cs
- EventLogInternal.cs
- ProcessModelInfo.cs
- HttpRequest.cs
- ShapingWorkspace.cs
- CodeConstructor.cs
- BezierSegment.cs
- EventMappingSettings.cs
- DataGridPreparingCellForEditEventArgs.cs
- RenameRuleObjectDialog.Designer.cs
- ToolStripLocationCancelEventArgs.cs
- ConnectionInterfaceCollection.cs
- MetadataSet.cs
- DataObjectEventArgs.cs
- DataGridViewToolTip.cs
- TextTreeTextNode.cs
- SchemaSetCompiler.cs
- IconConverter.cs
- ObjectSpanRewriter.cs
- OraclePermissionAttribute.cs
- EmptyControlCollection.cs
- StrongNameUtility.cs
- SqlException.cs
- WindowsListView.cs
- DataControlImageButton.cs
- OdbcConnectionFactory.cs
- TokenBasedSetEnumerator.cs
- ExpressionBuilder.cs
- Span.cs
- PerformanceCounterManager.cs
- SupportingTokenProviderSpecification.cs
- ISO2022Encoding.cs