Code:
/ FX-1434 / FX-1434 / 1.0 / untmp / whidbey / REDBITS / 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.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- KeyedByTypeCollection.cs
- AssertUtility.cs
- DynamicEntity.cs
- EnumValAlphaComparer.cs
- PlatformCulture.cs
- WindowsListViewGroupSubsetLink.cs
- MultiSelector.cs
- unitconverter.cs
- DataColumnSelectionConverter.cs
- UnSafeCharBuffer.cs
- PageBreakRecord.cs
- TraceSource.cs
- ContourSegment.cs
- StrokeIntersection.cs
- ServiceNameCollection.cs
- ExternalDataExchangeService.cs
- GCHandleCookieTable.cs
- FilterableAttribute.cs
- AQNBuilder.cs
- CachedRequestParams.cs
- StrokeNodeEnumerator.cs
- SqlDependencyUtils.cs
- TextCollapsingProperties.cs
- CodeSubDirectory.cs
- DropDownHolder.cs
- NativeCompoundFileAPIs.cs
- HTTPNotFoundHandler.cs
- ClientTargetCollection.cs
- NullableLongSumAggregationOperator.cs
- TriggerCollection.cs
- AuthenticatedStream.cs
- assertwrapper.cs
- HttpPostedFile.cs
- AQNBuilder.cs
- HitTestWithPointDrawingContextWalker.cs
- SimpleHandlerFactory.cs
- ProgressBarHighlightConverter.cs
- SchemaExporter.cs
- CuspData.cs
- MultipartContentParser.cs
- CreateUserErrorEventArgs.cs
- EntityKey.cs
- SqlFileStream.cs
- SecurityIdentifierElement.cs
- StreamUpdate.cs
- AttributeUsageAttribute.cs
- XmlDocumentSerializer.cs
- BulletedListEventArgs.cs
- HttpResponseHeader.cs
- RepeaterItemEventArgs.cs
- OdbcHandle.cs
- FontUnitConverter.cs
- Decimal.cs
- XmlProcessingInstruction.cs
- Rect3DConverter.cs
- XmlSchemaSimpleTypeUnion.cs
- ViewCellSlot.cs
- WindowsListViewItem.cs
- ClientScriptManagerWrapper.cs
- WebScriptEnablingBehavior.cs
- XPathSelectionIterator.cs
- IsolatedStorageFile.cs
- IsolatedStorageFileStream.cs
- XmlLoader.cs
- CacheAxisQuery.cs
- XPathEmptyIterator.cs
- Command.cs
- WebDisplayNameAttribute.cs
- SchemaImporterExtension.cs
- RadioButton.cs
- Button.cs
- StorageRoot.cs
- ToolStripControlHost.cs
- ColorMatrix.cs
- FrameworkPropertyMetadata.cs
- CLSCompliantAttribute.cs
- HGlobalSafeHandle.cs
- TextRunCacheImp.cs
- LineSegment.cs
- CodeSnippetTypeMember.cs
- XmlNodeChangedEventArgs.cs
- MenuCommandService.cs
- LocalizedNameDescriptionPair.cs
- CallSiteBinder.cs
- ApplicationActivator.cs
- DocComment.cs
- ConcurrencyMode.cs
- EntityClassGenerator.cs
- SourceInterpreter.cs
- FontStyle.cs
- FileNotFoundException.cs
- EntityProxyFactory.cs
- SystemBrushes.cs
- ElementProxy.cs
- InkCanvas.cs
- ContentElement.cs
- InternalControlCollection.cs
- SqlNamer.cs
- WsatProxy.cs
- ValueProviderWrapper.cs