Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / whidbey / NetFxQFE / 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
- TransactionFlowBindingElement.cs
- BamlWriter.cs
- ActivityXRefPropertyEditor.cs
- XPathScanner.cs
- DBConnection.cs
- XamlTemplateSerializer.cs
- Int32AnimationBase.cs
- UIPropertyMetadata.cs
- Item.cs
- LoginCancelEventArgs.cs
- NotifyInputEventArgs.cs
- SessionEndingCancelEventArgs.cs
- Rules.cs
- Int32CollectionValueSerializer.cs
- DataRecord.cs
- CoreSwitches.cs
- SmtpSpecifiedPickupDirectoryElement.cs
- GenericPrincipal.cs
- TextDecorations.cs
- C14NUtil.cs
- ByteAnimation.cs
- BaseServiceProvider.cs
- DataControlCommands.cs
- BitmapEffectvisualstate.cs
- XamlTreeBuilder.cs
- PersistStreamTypeWrapper.cs
- DataObject.cs
- SystemDropShadowChrome.cs
- ParameterExpression.cs
- Run.cs
- RemoteWebConfigurationHostStream.cs
- metadatamappinghashervisitor.cs
- RoutedEventHandlerInfo.cs
- EqualityComparer.cs
- ExpandoClass.cs
- DrawingImage.cs
- PrincipalPermission.cs
- DoubleLinkList.cs
- HttpRequestMessageProperty.cs
- DataGridViewSelectedRowCollection.cs
- XmlParserContext.cs
- odbcmetadatacolumnnames.cs
- EventMetadata.cs
- ClientScriptManager.cs
- PrintPreviewControl.cs
- ISSmlParser.cs
- GB18030Encoding.cs
- Matrix3DConverter.cs
- NetworkStream.cs
- DebugView.cs
- EdmValidator.cs
- PrePrepareMethodAttribute.cs
- HttpModuleActionCollection.cs
- OleDbSchemaGuid.cs
- DropShadowBitmapEffect.cs
- PageTextBox.cs
- Util.cs
- ClientSideQueueItem.cs
- CannotUnloadAppDomainException.cs
- CryptographicAttribute.cs
- DrawingAttributeSerializer.cs
- ThemeableAttribute.cs
- SchemaTableColumn.cs
- DataServiceHostFactory.cs
- ListControlDesigner.cs
- GridViewUpdateEventArgs.cs
- ReliableDuplexSessionChannel.cs
- SchemaSetCompiler.cs
- PieceNameHelper.cs
- StrokeCollectionDefaultValueFactory.cs
- _ConnectOverlappedAsyncResult.cs
- StrokeFIndices.cs
- WindowsTab.cs
- RelOps.cs
- LinqDataSourceSelectEventArgs.cs
- RoutingEndpointTrait.cs
- PropertyGridCommands.cs
- DBSqlParserTable.cs
- TypeReference.cs
- WorkflowEventArgs.cs
- CompilerState.cs
- ArgIterator.cs
- DefaultValueTypeConverter.cs
- WindowsEditBoxRange.cs
- UpdateTranslator.cs
- Invariant.cs
- CurrentChangingEventManager.cs
- System.Data_BID.cs
- ReceiveActivityValidator.cs
- EastAsianLunisolarCalendar.cs
- RootDesignerSerializerAttribute.cs
- FormatException.cs
- ListSortDescriptionCollection.cs
- PrinterResolution.cs
- DesignerOptionService.cs
- TextRunCacheImp.cs
- SpellerHighlightLayer.cs
- XmlSchemaComplexContent.cs
- DataSourceView.cs
- DrawItemEvent.cs