Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / whidbey / NetFXspW7 / 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
- TreeViewEvent.cs
- AssemblyCacheEntry.cs
- TimeoutHelper.cs
- GridItemProviderWrapper.cs
- OuterGlowBitmapEffect.cs
- AxisAngleRotation3D.cs
- DataGridComponentEditor.cs
- PolicyManager.cs
- Vector.cs
- SafeWaitHandle.cs
- ProfilePropertySettings.cs
- FunctionOverloadResolver.cs
- AuthenticationModuleElement.cs
- CodeAccessPermission.cs
- BrowserCapabilitiesFactory.cs
- ApplicationSettingsBase.cs
- ProbeDuplexCD1AsyncResult.cs
- DemultiplexingClientMessageFormatter.cs
- CapabilitiesUse.cs
- OnOperation.cs
- StreamGeometryContext.cs
- Visual3D.cs
- ArraySegment.cs
- Int32Rect.cs
- CharacterBufferReference.cs
- DispatchWrapper.cs
- RuntimeCompatibilityAttribute.cs
- CompareValidator.cs
- PageThemeParser.cs
- CachedRequestParams.cs
- XamlReader.cs
- InheritedPropertyChangedEventArgs.cs
- DataFieldCollectionEditor.cs
- HorizontalAlignConverter.cs
- SecurityResources.cs
- AsyncResult.cs
- DefaultValueConverter.cs
- PathSegmentCollection.cs
- Receive.cs
- HostedTransportConfigurationBase.cs
- StringConverter.cs
- WebPartConnectionsEventArgs.cs
- SpeechSynthesizer.cs
- ClientScriptManagerWrapper.cs
- CodeAssignStatement.cs
- HttpDebugHandler.cs
- SqlUtil.cs
- ForceCopyBuildProvider.cs
- EventBindingService.cs
- PreservationFileReader.cs
- CompositeScriptReferenceEventArgs.cs
- PriorityQueue.cs
- GlyphsSerializer.cs
- PreservationFileReader.cs
- WorkflowServiceAttributesTypeConverter.cs
- AttachedProperty.cs
- SqlInternalConnectionSmi.cs
- WindowsToolbarItemAsMenuItem.cs
- LowerCaseStringConverter.cs
- UrlPath.cs
- EventMap.cs
- _ConnectStream.cs
- Propagator.ExtentPlaceholderCreator.cs
- HostedHttpRequestAsyncResult.cs
- TargetException.cs
- CreateRefExpr.cs
- CollectionViewGroup.cs
- FixedPageProcessor.cs
- Rules.cs
- TabPage.cs
- DataFieldCollectionEditor.cs
- ReadOnlyDictionary.cs
- HtmlButton.cs
- InkCanvas.cs
- EntityContainerEmitter.cs
- DataGridViewRowCollection.cs
- CatalogPartChrome.cs
- Journaling.cs
- GraphicsPathIterator.cs
- FixedTextSelectionProcessor.cs
- DataServiceQuery.cs
- DPAPIProtectedConfigurationProvider.cs
- OdbcFactory.cs
- DynamicValueConverter.cs
- TextRangeAdaptor.cs
- WebHostScriptMappingsInstallComponent.cs
- PtsHelper.cs
- GroupPartitionExpr.cs
- BamlTreeNode.cs
- Vector3D.cs
- TypeValidationEventArgs.cs
- ReachNamespaceInfo.cs
- GridViewColumn.cs
- GZipDecoder.cs
- EntityTypeBase.cs
- IndentedWriter.cs
- ProcessThreadDesigner.cs
- HTMLTagNameToTypeMapper.cs
- DynamicILGenerator.cs
- ListItemCollection.cs