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
- NotifyIcon.cs
- SqlAggregateChecker.cs
- __TransparentProxy.cs
- SqlStream.cs
- PersonalizationAdministration.cs
- MediaPlayerState.cs
- NavigationService.cs
- _LocalDataStoreMgr.cs
- ColorContext.cs
- NamespaceMapping.cs
- ReadOnlyDictionary.cs
- SaveFileDialog.cs
- HtmlEmptyTagControlBuilder.cs
- EnumCodeDomSerializer.cs
- SqlUdtInfo.cs
- DataGridViewCellLinkedList.cs
- ActiveXHost.cs
- HitTestDrawingContextWalker.cs
- TransformGroup.cs
- XamlToRtfWriter.cs
- ProxyManager.cs
- StorageFunctionMapping.cs
- ConnectionInterfaceCollection.cs
- StringCollection.cs
- TransformerTypeCollection.cs
- MergablePropertyAttribute.cs
- KeyValuePairs.cs
- InvokeMethodDesigner.xaml.cs
- BookmarkWorkItem.cs
- XPathParser.cs
- CaseExpr.cs
- AdCreatedEventArgs.cs
- SqlErrorCollection.cs
- SplitterCancelEvent.cs
- EntityContainerEntitySet.cs
- FixedDocumentSequencePaginator.cs
- PieceNameHelper.cs
- DefaultEvaluationContext.cs
- IDispatchConstantAttribute.cs
- DetailsViewPageEventArgs.cs
- DecimalAnimationBase.cs
- XhtmlBasicFormAdapter.cs
- ElementHost.cs
- ToggleProviderWrapper.cs
- EncoderExceptionFallback.cs
- RegularExpressionValidator.cs
- DecimalAnimation.cs
- HttpCacheVary.cs
- OperationInvokerBehavior.cs
- SignedXml.cs
- Rfc2898DeriveBytes.cs
- PrintPreviewGraphics.cs
- DBDataPermissionAttribute.cs
- Trigger.cs
- XmlUtf8RawTextWriter.cs
- DynamicMethod.cs
- UnsafeNativeMethods.cs
- Misc.cs
- InheritanceRules.cs
- DataGridColumn.cs
- PackageStore.cs
- QilDataSource.cs
- PagePropertiesChangingEventArgs.cs
- ListSurrogate.cs
- PeerToPeerException.cs
- OrderedEnumerableRowCollection.cs
- TextFormatterImp.cs
- XmlNamespaceMapping.cs
- DynamicDataManager.cs
- SharedDp.cs
- NavigationPropertyEmitter.cs
- ImageButton.cs
- UserInitiatedRoutedEventPermission.cs
- ReflectionServiceProvider.cs
- RouteParametersHelper.cs
- SqlTypeSystemProvider.cs
- DataControlReferenceCollection.cs
- TagPrefixAttribute.cs
- UIAgentAsyncEndRequest.cs
- ConfigXmlElement.cs
- MeasureData.cs
- NativeMethods.cs
- FixedElement.cs
- FontStretches.cs
- ItemsControlAutomationPeer.cs
- XmlAutoDetectWriter.cs
- HtmlShim.cs
- XmlTextReaderImplHelpers.cs
- TableRowCollection.cs
- CounterCreationDataConverter.cs
- CheckBoxBaseAdapter.cs
- ServiceContractGenerator.cs
- HtmlTextArea.cs
- GPPOINTF.cs
- ItemsControl.cs
- ScrollContentPresenter.cs
- AbstractDataSvcMapFileLoader.cs
- LightweightCodeGenerator.cs
- TraceFilter.cs
- URI.cs