Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / whidbey / netfxsp / 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; ////// [ ClassInterface(ClassInterfaceType.AutoDispatch), ComVisible(true), Serializable, ] public class CodeVariableReferenceExpression : CodeExpression { private string variableName; ////// Represents a reference to a field. /// ////// public CodeVariableReferenceExpression() { } ////// Initializes a new instance of ///. /// /// public CodeVariableReferenceExpression(string variableName) { this.variableName = variableName; } ////// Initializes a new instance of ///. /// /// public string VariableName { get { return (variableName == null) ? string.Empty : variableName; } set { variableName = value; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //------------------------------------------------------------------------------ //[To be supplied.] ///// 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; ////// [ ClassInterface(ClassInterfaceType.AutoDispatch), ComVisible(true), Serializable, ] public class CodeVariableReferenceExpression : CodeExpression { private string variableName; ////// Represents a reference to a field. /// ////// public CodeVariableReferenceExpression() { } ////// Initializes a new instance of ///. /// /// public CodeVariableReferenceExpression(string variableName) { this.variableName = variableName; } ////// Initializes a new instance of ///. /// /// public string VariableName { get { return (variableName == null) ? string.Empty : variableName; } set { variableName = value; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007.[To be supplied.] ///
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- TrustSection.cs
- TableRowGroup.cs
- KnownTypesProvider.cs
- XslNumber.cs
- WebPartHelpVerb.cs
- CssTextWriter.cs
- MsmqIntegrationSecurityMode.cs
- TdsParserStaticMethods.cs
- ThemeInfoAttribute.cs
- MULTI_QI.cs
- Avt.cs
- ContentControl.cs
- EdmMember.cs
- ApplicationFileCodeDomTreeGenerator.cs
- ListDictionary.cs
- BaseCodePageEncoding.cs
- DesignerVerb.cs
- MergeFilterQuery.cs
- HttpWriter.cs
- ApplyTemplatesAction.cs
- ToggleProviderWrapper.cs
- SerializationObjectManager.cs
- ThumbButtonInfoCollection.cs
- EtwTrace.cs
- CodePropertyReferenceExpression.cs
- FullTextBreakpoint.cs
- TextAdaptor.cs
- GlyphTypeface.cs
- PreparingEnlistment.cs
- MouseOverProperty.cs
- DataServiceProviderMethods.cs
- OrderByBuilder.cs
- CryptoKeySecurity.cs
- DateBoldEvent.cs
- EmptyStringExpandableObjectConverter.cs
- TokenBasedSetEnumerator.cs
- SuspendDesigner.cs
- followingsibling.cs
- PolyLineSegmentFigureLogic.cs
- EventRoute.cs
- PagesSection.cs
- CodeCastExpression.cs
- CharKeyFrameCollection.cs
- InstanceDataCollectionCollection.cs
- MailMessageEventArgs.cs
- AppDomainProtocolHandler.cs
- CodeDOMProvider.cs
- HWStack.cs
- XsltFunctions.cs
- ClientSettingsStore.cs
- ReadOnlyCollection.cs
- SystemIPInterfaceStatistics.cs
- RecommendedAsConfigurableAttribute.cs
- CollectionViewGroupRoot.cs
- XMLSyntaxException.cs
- MultiTouchSystemGestureLogic.cs
- Camera.cs
- StringExpressionSet.cs
- HitTestParameters3D.cs
- SimpleType.cs
- WpfSharedXamlSchemaContext.cs
- Rules.cs
- SelectedDatesCollection.cs
- Substitution.cs
- MetadataUtil.cs
- DataGridParentRows.cs
- XmlArrayItemAttributes.cs
- DataGridViewLinkColumn.cs
- MenuItem.cs
- StorageComplexPropertyMapping.cs
- CoreSwitches.cs
- TableRowCollection.cs
- UpdatePanelTrigger.cs
- CurrentChangingEventArgs.cs
- SiteMapDataSourceView.cs
- SizeF.cs
- TitleStyle.cs
- WorkflowDesignerMessageFilter.cs
- TagNameToTypeMapper.cs
- TaskExtensions.cs
- CodeBinaryOperatorExpression.cs
- HyperLinkDesigner.cs
- CompiledXpathExpr.cs
- FontWeights.cs
- SID.cs
- DynamicDataRoute.cs
- TypeBuilder.cs
- SQLDecimal.cs
- SymmetricSecurityProtocolFactory.cs
- TraceContextEventArgs.cs
- Freezable.cs
- BindingCollection.cs
- TraceEventCache.cs
- ProtectedConfiguration.cs
- MaskedTextBox.cs
- AttributeAction.cs
- VSDExceptions.cs
- ReadOnlyDataSource.cs
- DataConnectionHelper.cs
- CryptoHelper.cs