Code:
/ FX-1434 / FX-1434 / 1.0 / untmp / whidbey / REDBITS / 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.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- ArrangedElement.cs
- RuntimeHelpers.cs
- DataGridViewTextBoxEditingControl.cs
- UnsafeNativeMethodsTablet.cs
- NodeInfo.cs
- FormattedTextSymbols.cs
- Substitution.cs
- CodeGroup.cs
- TextFindEngine.cs
- MergablePropertyAttribute.cs
- RowSpanVector.cs
- SrgsGrammar.cs
- ToolBarButtonClickEvent.cs
- _SslStream.cs
- BitmapEffectCollection.cs
- EncoderReplacementFallback.cs
- CodePropertyReferenceExpression.cs
- TextFormatterImp.cs
- TdsParser.cs
- ValidationSummary.cs
- HyperLinkStyle.cs
- PolyQuadraticBezierSegment.cs
- RequestCachePolicy.cs
- ImmutableDispatchRuntime.cs
- UnsafeNativeMethodsCLR.cs
- ClientRuntimeConfig.cs
- TreeViewAutomationPeer.cs
- ItemAutomationPeer.cs
- Ipv6Element.cs
- TextBoxDesigner.cs
- SqlCachedBuffer.cs
- EventWaitHandle.cs
- MeshGeometry3D.cs
- StylusCollection.cs
- AdPostCacheSubstitution.cs
- StrongNameKeyPair.cs
- DataChangedEventManager.cs
- Timeline.cs
- Helpers.cs
- InProcStateClientManager.cs
- TagPrefixInfo.cs
- DbConnectionFactory.cs
- TextTreeUndo.cs
- SchemaImporterExtensionElementCollection.cs
- SqlUserDefinedTypeAttribute.cs
- TransformGroup.cs
- GeometryGroup.cs
- QueryValue.cs
- FormParameter.cs
- SvcFileManager.cs
- DesignerProperties.cs
- InvalidDataException.cs
- HttpWriter.cs
- TemplateApplicationHelper.cs
- ComponentFactoryHelpers.cs
- ProtocolsConfiguration.cs
- ObjectStateFormatter.cs
- CodeCommentStatementCollection.cs
- TreeNodeCollectionEditor.cs
- BamlTreeNode.cs
- X509CertificateStore.cs
- ipaddressinformationcollection.cs
- IdentityManager.cs
- TraceEventCache.cs
- AuthenticationException.cs
- ModelFunctionTypeElement.cs
- OdbcEnvironmentHandle.cs
- NativeMethods.cs
- FieldDescriptor.cs
- ApplicationProxyInternal.cs
- ListViewTableRow.cs
- SystemSounds.cs
- BamlMapTable.cs
- ZipArchive.cs
- MediaTimeline.cs
- RtfToken.cs
- CancellationHandler.cs
- TreeIterators.cs
- XmlWhitespace.cs
- CreateRefExpr.cs
- DataGridViewComboBoxColumnDesigner.cs
- ZipPackage.cs
- RangeContentEnumerator.cs
- Mutex.cs
- WebPartConnection.cs
- ConstructorBuilder.cs
- DataBindingCollectionEditor.cs
- StateItem.cs
- EventWaitHandle.cs
- ServiceEndpoint.cs
- TreeViewDesigner.cs
- BinaryKeyIdentifierClause.cs
- DetailsViewInsertedEventArgs.cs
- PolyQuadraticBezierSegment.cs
- DesignerVerbCollection.cs
- IgnoreFlushAndCloseStream.cs
- TextEditor.cs
- ParallelTimeline.cs
- IndentedTextWriter.cs
- XmlReader.cs