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
- ControlBindingsConverter.cs
- TraceUtils.cs
- EventRecord.cs
- WebBrowserPermission.cs
- Style.cs
- ForceCopyBuildProvider.cs
- FontFamily.cs
- WindowCollection.cs
- DocumentSequenceHighlightLayer.cs
- ThreadStartException.cs
- PointLightBase.cs
- MSAAEventDispatcher.cs
- WebPartMinimizeVerb.cs
- GPStream.cs
- QueryContinueDragEventArgs.cs
- BooleanConverter.cs
- TypeUsageBuilder.cs
- SqlComparer.cs
- COM2ColorConverter.cs
- IndexedEnumerable.cs
- XmlSerializerSection.cs
- InheritanceUI.cs
- XmlSchemaChoice.cs
- InfiniteIntConverter.cs
- XmlQueryTypeFactory.cs
- TransactionManager.cs
- Sentence.cs
- AssemblyLoader.cs
- WebPartConnectionsConnectVerb.cs
- StylusPoint.cs
- Base64Stream.cs
- _CommandStream.cs
- MetadataExporter.cs
- MobileSysDescriptionAttribute.cs
- Convert.cs
- EncoderBestFitFallback.cs
- FlagsAttribute.cs
- _IPv4Address.cs
- CaseExpr.cs
- SettingsProperty.cs
- MeasureData.cs
- TransactionValidationBehavior.cs
- TypeConverterAttribute.cs
- EventLogTraceListener.cs
- WebHeaderCollection.cs
- CodePageUtils.cs
- DesignBindingConverter.cs
- DataSourceControl.cs
- RuntimeConfigLKG.cs
- Model3DGroup.cs
- PhonemeConverter.cs
- CurrentChangingEventArgs.cs
- PolicyException.cs
- ToolstripProfessionalRenderer.cs
- SqlMethods.cs
- WebPartZoneBase.cs
- DataServiceContext.cs
- SweepDirectionValidation.cs
- TreeNodeConverter.cs
- HitTestResult.cs
- InputLangChangeRequestEvent.cs
- PropertyNames.cs
- BitmapSourceSafeMILHandle.cs
- TemplateLookupAction.cs
- Rules.cs
- CompilerGeneratedAttribute.cs
- TextModifier.cs
- SvcMapFileLoader.cs
- ExtendedPropertyCollection.cs
- ProgressPage.cs
- ViewStateException.cs
- OneOf.cs
- DesignTimeTemplateParser.cs
- Serializer.cs
- SectionXmlInfo.cs
- SmiEventSink_DeferedProcessing.cs
- TransactionFlowBindingElementImporter.cs
- ChangesetResponse.cs
- PropertyGeneratedEventArgs.cs
- DbgCompiler.cs
- CacheDependency.cs
- MetadataCache.cs
- ResXResourceSet.cs
- SerialErrors.cs
- LocatorGroup.cs
- BuildProvidersCompiler.cs
- SoapAttributes.cs
- SqlEnums.cs
- Pool.cs
- EmptyReadOnlyDictionaryInternal.cs
- Cursor.cs
- ValuePattern.cs
- RequestQueue.cs
- EntityContainer.cs
- TransactionOptions.cs
- dataobject.cs
- StoreAnnotationsMap.cs
- SQLDecimalStorage.cs
- ByteStreamGeometryContext.cs
- PtsHost.cs