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
- HttpWebResponse.cs
- DesignOnlyAttribute.cs
- IconHelper.cs
- SystemWebCachingSectionGroup.cs
- MessageAction.cs
- EntityDataSourceDesignerHelper.cs
- ObjectDataSourceDisposingEventArgs.cs
- TransformPatternIdentifiers.cs
- HandlerFactoryWrapper.cs
- WeakEventManager.cs
- PropertyStore.cs
- CreatingCookieEventArgs.cs
- TagPrefixAttribute.cs
- TypefaceMetricsCache.cs
- ConfigXmlAttribute.cs
- LinearKeyFrames.cs
- RegexNode.cs
- FilterableAttribute.cs
- Parameter.cs
- CounterSample.cs
- UnitControl.cs
- isolationinterop.cs
- DateTimeSerializationSection.cs
- StylusEditingBehavior.cs
- ComponentDesigner.cs
- UriExt.cs
- XmlSchemaAttribute.cs
- MsmqIntegrationProcessProtocolHandler.cs
- HtmlHistory.cs
- PageRanges.cs
- HyperLink.cs
- odbcmetadatafactory.cs
- Win32Exception.cs
- Policy.cs
- WindowsListViewItemStartMenu.cs
- GridViewDeleteEventArgs.cs
- ConsumerConnectionPointCollection.cs
- SByteStorage.cs
- Script.cs
- EncryptedPackage.cs
- EventLogPermissionEntryCollection.cs
- RIPEMD160.cs
- _Connection.cs
- UInt16.cs
- TriggerCollection.cs
- PropertyPushdownHelper.cs
- ReceiveMessageContent.cs
- Compiler.cs
- HMACRIPEMD160.cs
- SelectionProviderWrapper.cs
- SchemaDeclBase.cs
- QilScopedVisitor.cs
- FormatVersion.cs
- Property.cs
- XmlCharCheckingReader.cs
- ErrorFormatterPage.cs
- StandardTransformFactory.cs
- ProxyWebPartManager.cs
- FixedSOMLineRanges.cs
- BezierSegment.cs
- WindowsContainer.cs
- WeakHashtable.cs
- TemplateKeyConverter.cs
- GenericAuthenticationEventArgs.cs
- MappingItemCollection.cs
- RealizationContext.cs
- CacheDependency.cs
- DelayedRegex.cs
- WebPartConnectionsConnectVerb.cs
- ClientTargetCollection.cs
- sqlser.cs
- CodeCompileUnit.cs
- CompilerError.cs
- DBSchemaRow.cs
- MD5.cs
- X509ScopedServiceCertificateElement.cs
- ListCollectionView.cs
- SizeChangedInfo.cs
- SystemWebSectionGroup.cs
- BitmapScalingModeValidation.cs
- StreamMarshaler.cs
- GridViewUpdatedEventArgs.cs
- ParseHttpDate.cs
- EmptyStringExpandableObjectConverter.cs
- ObjectDisposedException.cs
- EntityDataSourceContainerNameItem.cs
- URIFormatException.cs
- KeyMatchBuilder.cs
- FileCodeGroup.cs
- KeyValuePairs.cs
- DataTableNameHandler.cs
- Profiler.cs
- NetworkInformationException.cs
- PreviewKeyDownEventArgs.cs
- _SingleItemRequestCache.cs
- DelegatingTypeDescriptionProvider.cs
- ScriptManagerProxy.cs
- TreeBuilderXamlTranslator.cs
- ConnectionManagementSection.cs
- SessionPageStatePersister.cs