Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / whidbey / NetFxQFE / ndp / fx / src / Xml / System / Xml / XPath / Internal / Variable.cs / 1 / Variable.cs
//------------------------------------------------------------------------------
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
// [....]
//-----------------------------------------------------------------------------
namespace MS.Internal.Xml.XPath {
using System;
using System.Xml;
using System.Xml.XPath;
internal class Variable : AstNode {
private string localname;
private string prefix;
public Variable(string name, string prefix) {
this.localname = name;
this.prefix = prefix;
}
public override AstType Type { get {return AstType.Variable ; } }
public override XPathResultType ReturnType { get {return XPathResultType.Any; } }
public string Localname { get { return localname; } }
public string Prefix { get { return prefix; } }
}
}
// File provided for Reference Use Only by Microsoft Corporation (c) 2007.
//------------------------------------------------------------------------------
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
// [....]
//-----------------------------------------------------------------------------
namespace MS.Internal.Xml.XPath {
using System;
using System.Xml;
using System.Xml.XPath;
internal class Variable : AstNode {
private string localname;
private string prefix;
public Variable(string name, string prefix) {
this.localname = name;
this.prefix = prefix;
}
public override AstType Type { get {return AstType.Variable ; } }
public override XPathResultType ReturnType { get {return XPathResultType.Any; } }
public string Localname { get { return localname; } }
public string Prefix { get { return prefix; } }
}
}
// 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
- ValidatingReaderNodeData.cs
- XmlSchemaSequence.cs
- KeyFrames.cs
- DbBuffer.cs
- BamlVersionHeader.cs
- MD5CryptoServiceProvider.cs
- SchemaElementLookUpTable.cs
- SystemResourceKey.cs
- RightsManagementInformation.cs
- XmlSchemaInferenceException.cs
- RadioButton.cs
- SqlWebEventProvider.cs
- ViewStateModeByIdAttribute.cs
- BamlCollectionHolder.cs
- MediaContext.cs
- TypeContext.cs
- EdmScalarPropertyAttribute.cs
- XmlResolver.cs
- IisTraceWebEventProvider.cs
- AdPostCacheSubstitution.cs
- ConstraintManager.cs
- SqlUDTStorage.cs
- DbDataRecord.cs
- NetworkAddressChange.cs
- LocatorBase.cs
- IsolatedStorageFilePermission.cs
- DBPropSet.cs
- SubpageParagraph.cs
- SRef.cs
- ContentValidator.cs
- EntityReference.cs
- DbParameterHelper.cs
- ConditionalAttribute.cs
- WeakReferenceEnumerator.cs
- HostingEnvironmentWrapper.cs
- DispatcherSynchronizationContext.cs
- HijriCalendar.cs
- GridViewRowCollection.cs
- XmlNodeList.cs
- FaultPropagationRecord.cs
- ToolStripGripRenderEventArgs.cs
- WorkflowDesignerColors.cs
- ServerValidateEventArgs.cs
- SqlVisitor.cs
- FontStyle.cs
- DateTimeOffsetConverter.cs
- ShaderRenderModeValidation.cs
- DiagnosticsConfiguration.cs
- TreeNodeBinding.cs
- Stack.cs
- FontInfo.cs
- ReverseInheritProperty.cs
- Point3DCollection.cs
- HiddenFieldPageStatePersister.cs
- MemberProjectionIndex.cs
- CapabilitiesState.cs
- BitmapPalette.cs
- PickBranch.cs
- ChtmlSelectionListAdapter.cs
- ClientConfigurationSystem.cs
- RegexCapture.cs
- TextRangeAdaptor.cs
- ConcurrentDictionary.cs
- BitmapEffect.cs
- ListBase.cs
- HyperLinkColumn.cs
- PrePrepareMethodAttribute.cs
- Instrumentation.cs
- Pts.cs
- RuntimeConfigurationRecord.cs
- LiteralControl.cs
- Int16AnimationUsingKeyFrames.cs
- CodePageUtils.cs
- XmlEncoding.cs
- QilBinary.cs
- StorageComplexPropertyMapping.cs
- TextTreeUndo.cs
- GridViewColumnHeaderAutomationPeer.cs
- ToolStripDropDown.cs
- COM2PictureConverter.cs
- HttpProfileBase.cs
- ThicknessAnimation.cs
- MediaElement.cs
- PageContent.cs
- HtmlTableCellCollection.cs
- complextypematerializer.cs
- DropDownList.cs
- IdentityReference.cs
- NameNode.cs
- ControlAdapter.cs
- DrawingAttributeSerializer.cs
- PropertyStore.cs
- PageAdapter.cs
- Animatable.cs
- UnitControl.cs
- AffineTransform3D.cs
- TaskFileService.cs
- PrintingPermissionAttribute.cs
- DataGridViewIntLinkedList.cs
- ActiveDesignSurfaceEvent.cs