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
- DateTimeHelper.cs
- MemoryMappedView.cs
- XmlSerializerAssemblyAttribute.cs
- SRef.cs
- StaticDataManager.cs
- ReadWriteSpinLock.cs
- EastAsianLunisolarCalendar.cs
- BamlLocalizer.cs
- SqlColumnizer.cs
- QueryCacheKey.cs
- TokenizerHelper.cs
- TrackBar.cs
- EDesignUtil.cs
- DesignerHelpers.cs
- ObjectListCommand.cs
- XmlDataDocument.cs
- LabelInfo.cs
- SynchronizationScope.cs
- TimeZoneInfo.cs
- DataGridViewIntLinkedList.cs
- ActivityTypeResolver.xaml.cs
- DbParameterCollectionHelper.cs
- ContentElement.cs
- EditorAttribute.cs
- ListViewDeletedEventArgs.cs
- KeyNotFoundException.cs
- __FastResourceComparer.cs
- ContextMenuService.cs
- CalculatedColumn.cs
- WhiteSpaceTrimStringConverter.cs
- SerialStream.cs
- ScriptingSectionGroup.cs
- XmlImplementation.cs
- SafeNativeMethods.cs
- ModelEditingScope.cs
- WeakEventManager.cs
- SqlUserDefinedTypeAttribute.cs
- StreamInfo.cs
- SaveFileDialogDesigner.cs
- DecoderFallback.cs
- MinMaxParagraphWidth.cs
- ExpressionBuilder.cs
- CellCreator.cs
- UrlMapping.cs
- DataGridViewCellParsingEventArgs.cs
- PrintDocument.cs
- Point3DCollection.cs
- DynamicQueryableWrapper.cs
- InstancePersistence.cs
- DesignerVerbCollection.cs
- BuildResult.cs
- EntityWithKeyStrategy.cs
- DeviceFilterDictionary.cs
- ConnectionModeReader.cs
- OdbcConnectionHandle.cs
- CollectionCodeDomSerializer.cs
- SourceItem.cs
- MetadataException.cs
- SetterBaseCollection.cs
- SchemaManager.cs
- ZipIOCentralDirectoryBlock.cs
- ChannelServices.cs
- UrlAuthFailedErrorFormatter.cs
- DeleteBookmarkScope.cs
- CodeRegionDirective.cs
- FixedTextSelectionProcessor.cs
- WebPartPersonalization.cs
- ClientCredentials.cs
- TextRangeEditTables.cs
- LinqDataSourceContextData.cs
- Span.cs
- HelpProvider.cs
- DelegateHelpers.Generated.cs
- ExtensibleSyndicationObject.cs
- ListBindingConverter.cs
- HybridDictionary.cs
- MatrixAnimationUsingKeyFrames.cs
- TableAutomationPeer.cs
- FilterQuery.cs
- BackgroundWorker.cs
- BaseTemplateCodeDomTreeGenerator.cs
- SafeNativeMethods.cs
- ProcessModelInfo.cs
- MdbDataFileEditor.cs
- PrinterResolution.cs
- MessageRpc.cs
- TextTrailingCharacterEllipsis.cs
- ArgumentNullException.cs
- FilteredDataSetHelper.cs
- LicenseException.cs
- FrameworkReadOnlyPropertyMetadata.cs
- DtdParser.cs
- TextElement.cs
- ConsumerConnectionPoint.cs
- ClockController.cs
- InputLanguageCollection.cs
- DbParameterCollection.cs
- linebase.cs
- WmlControlAdapter.cs
- CacheOutputQuery.cs