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 / CodeVariableReferenceExpression.cs / 1 / CodeVariableReferenceExpression.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 reference to a field.
///
///
[
ClassInterface(ClassInterfaceType.AutoDispatch),
ComVisible(true),
Serializable,
]
public class CodeVariableReferenceExpression : CodeExpression {
private string variableName;
///
///
/// Initializes a new instance of .
///
///
public CodeVariableReferenceExpression() {
}
///
///
/// Initializes a new instance of .
///
///
public CodeVariableReferenceExpression(string variableName) {
this.variableName = variableName;
}
///
/// [To be supplied.]
///
public string VariableName {
get {
return (variableName == null) ? string.Empty : variableName;
}
set {
variableName = 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 reference to a field.
///
///
[
ClassInterface(ClassInterfaceType.AutoDispatch),
ComVisible(true),
Serializable,
]
public class CodeVariableReferenceExpression : CodeExpression {
private string variableName;
///
///
/// Initializes a new instance of .
///
///
public CodeVariableReferenceExpression() {
}
///
///
/// Initializes a new instance of .
///
///
public CodeVariableReferenceExpression(string variableName) {
this.variableName = variableName;
}
///
/// [To be supplied.]
///
public string VariableName {
get {
return (variableName == null) ? string.Empty : variableName;
}
set {
variableName = 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
- VirtualPath.cs
- WorkflowInstance.cs
- ClientTargetCollection.cs
- SequentialWorkflowHeaderFooter.cs
- CodeMemberField.cs
- Control.cs
- OleDbEnumerator.cs
- MonitoringDescriptionAttribute.cs
- EntityDataSourceWrapperPropertyDescriptor.cs
- EntityCodeGenerator.cs
- COM2FontConverter.cs
- SelectionRangeConverter.cs
- PrintDialogDesigner.cs
- WebPartCatalogCloseVerb.cs
- DataGridViewRowCollection.cs
- BrowsableAttribute.cs
- SponsorHelper.cs
- BufferedWebEventProvider.cs
- LineSegment.cs
- AssemblyAssociatedContentFileAttribute.cs
- TextMessageEncodingBindingElement.cs
- Attributes.cs
- BufferModeSettings.cs
- util.cs
- SiteMapNodeCollection.cs
- ZipIOLocalFileBlock.cs
- SmiContext.cs
- Label.cs
- ApplicationServiceManager.cs
- TreeWalkHelper.cs
- WebPartConnectionsEventArgs.cs
- CommandDevice.cs
- SafeNativeMethods.cs
- ClientBuildManagerTypeDescriptionProviderBridge.cs
- XmlBoundElement.cs
- RTLAwareMessageBox.cs
- AppDomainProtocolHandler.cs
- DataGridGeneralPage.cs
- _ConnectOverlappedAsyncResult.cs
- PlanCompiler.cs
- StatusBar.cs
- ThemeDirectoryCompiler.cs
- FilterUserControlBase.cs
- SHA1Managed.cs
- RoleManagerSection.cs
- EntityDataSourceEntityTypeFilterConverter.cs
- BamlTreeMap.cs
- DataRelationCollection.cs
- ValueSerializerAttribute.cs
- ListSortDescription.cs
- Maps.cs
- OleDbReferenceCollection.cs
- ModelPerspective.cs
- DaylightTime.cs
- SpecialNameAttribute.cs
- BCLDebug.cs
- ListItemCollection.cs
- Task.cs
- TraceLog.cs
- ICollection.cs
- TraceSource.cs
- ComplexObject.cs
- SynchronizedInputPattern.cs
- UnmanagedMemoryStreamWrapper.cs
- DefaultMemberAttribute.cs
- StyleBamlRecordReader.cs
- Keyboard.cs
- ScriptManagerProxy.cs
- ConnectionPoolManager.cs
- SQLRoleProvider.cs
- WindowsPen.cs
- IconConverter.cs
- Property.cs
- CoTaskMemSafeHandle.cs
- SmiTypedGetterSetter.cs
- ToolboxComponentsCreatedEventArgs.cs
- CheckBoxList.cs
- XmlConverter.cs
- SplineKeyFrames.cs
- SchemaInfo.cs
- OleDbCommand.cs
- StringWriter.cs
- Int32CAMarshaler.cs
- NamedPermissionSet.cs
- CollaborationHelperFunctions.cs
- DataObjectMethodAttribute.cs
- ListViewDataItem.cs
- WorkflowApplicationTerminatedException.cs
- OdbcCommand.cs
- BasicViewGenerator.cs
- DataSourceComponent.cs
- TreeViewItemAutomationPeer.cs
- ValidationErrorCollection.cs
- PointCollection.cs
- FragmentQueryProcessor.cs
- CompositeScriptReferenceEventArgs.cs
- ResourceAttributes.cs
- Tile.cs
- NavigationProperty.cs
- PrimitiveType.cs