Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / CompMod / System / CodeDOM / CodeVariableReferenceExpression.cs / 1305376 / CodeVariableReferenceExpression.cs
//------------------------------------------------------------------------------ //// // //----------------------------------------------------------------------------- namespace System.CodeDom { using System.Diagnostics; using System; using Microsoft.Win32; using System.Collections; using System.Runtime.InteropServices; ///[....] // Copyright (c) Microsoft Corporation. All rights reserved. ///// [ 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
- XmlAtomErrorReader.cs
- DropDownHolder.cs
- ClientScriptItem.cs
- DBDataPermissionAttribute.cs
- XXXInfos.cs
- IgnorePropertiesAttribute.cs
- CodeCompileUnit.cs
- ListViewDeleteEventArgs.cs
- RadioButton.cs
- SpanIndex.cs
- FontUnit.cs
- Repeater.cs
- UnsafeNativeMethods.cs
- InfoCardKeyedHashAlgorithm.cs
- CodeIdentifiers.cs
- CursorInteropHelper.cs
- RuntimeConfigLKG.cs
- BrowserCapabilitiesCodeGenerator.cs
- FileDataSourceCache.cs
- DoubleAnimationClockResource.cs
- SafeCancelMibChangeNotify.cs
- ListenerElementsCollection.cs
- WorkflowApplicationTerminatedException.cs
- lengthconverter.cs
- WebServiceBindingAttribute.cs
- XmlAttributeOverrides.cs
- VectorValueSerializer.cs
- TypeEnumerableViewSchema.cs
- VerificationException.cs
- PersonalizationStateQuery.cs
- ExpandSegmentCollection.cs
- ImpersonationContext.cs
- storepermission.cs
- DrawingCollection.cs
- MobileCapabilities.cs
- CustomTypeDescriptor.cs
- MobileDeviceCapabilitiesSectionHandler.cs
- versioninfo.cs
- WindowsTokenRoleProvider.cs
- EdgeProfileValidation.cs
- UserControlBuildProvider.cs
- SafeArrayRankMismatchException.cs
- WebFormsRootDesigner.cs
- Compiler.cs
- TextContainerHelper.cs
- SqlUserDefinedTypeAttribute.cs
- RequestQueryProcessor.cs
- ProxyElement.cs
- Size3DConverter.cs
- DropDownButton.cs
- SiteMapPath.cs
- TypedRowHandler.cs
- EditingMode.cs
- TextEditorTables.cs
- xmlsaver.cs
- LocationFactory.cs
- DefaultTraceListener.cs
- Action.cs
- ViewEventArgs.cs
- EventLogger.cs
- WorkflowInstance.cs
- Matrix.cs
- ErrorWebPart.cs
- Vector3DAnimation.cs
- WebContext.cs
- ScrollEvent.cs
- DataBoundControlAdapter.cs
- OperationFormatStyle.cs
- Path.cs
- PropertyCondition.cs
- OutputCacheModule.cs
- RowTypeElement.cs
- XmlObjectSerializerContext.cs
- ToolboxBitmapAttribute.cs
- BrowserCapabilitiesFactory35.cs
- WorkflowEnvironment.cs
- StyleConverter.cs
- DataObjectAttribute.cs
- localization.cs
- DiscoveryClientRequestChannel.cs
- FrameworkTextComposition.cs
- XmlNodeChangedEventArgs.cs
- ApplicationSecurityManager.cs
- HashRepartitionEnumerator.cs
- WinEventWrap.cs
- RecognizedPhrase.cs
- EncryptedPackageFilter.cs
- ToolboxCategoryItems.cs
- CodeCommentStatement.cs
- EventLogPropertySelector.cs
- ProxyWebPartConnectionCollection.cs
- TextTreeNode.cs
- Set.cs
- TdsParserSafeHandles.cs
- BitmapEffectInputConnector.cs
- VariableQuery.cs
- SqlDataSourceRefreshSchemaForm.cs
- ComponentChangedEvent.cs
- ScriptRegistrationManager.cs
- BlurBitmapEffect.cs