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
- FactoryGenerator.cs
- PriorityQueue.cs
- IssuanceLicense.cs
- ServerIdentity.cs
- CodeExporter.cs
- TraceHwndHost.cs
- MasterPageBuildProvider.cs
- SocketElement.cs
- CaseInsensitiveComparer.cs
- UInt16Converter.cs
- ServiceNameCollection.cs
- MarkupProperty.cs
- UserInitiatedNavigationPermission.cs
- SetterBase.cs
- EventLogStatus.cs
- Vector3DIndependentAnimationStorage.cs
- Shape.cs
- DesignerCategoryAttribute.cs
- PnrpPeerResolverBindingElement.cs
- AsmxEndpointPickerExtension.cs
- FacetDescriptionElement.cs
- SessionIDManager.cs
- WebPartPersonalization.cs
- IListConverters.cs
- DataGridViewIntLinkedList.cs
- FixedPageAutomationPeer.cs
- GradientSpreadMethodValidation.cs
- CodeConstructor.cs
- DesignerLoader.cs
- DictionaryEditChange.cs
- XhtmlTextWriter.cs
- Image.cs
- EntityDataSourceContainerNameConverter.cs
- DataColumnCollection.cs
- WebUtil.cs
- TextRange.cs
- ViewStateModeByIdAttribute.cs
- SqlTypeSystemProvider.cs
- GroupStyle.cs
- GcHandle.cs
- SchemaElementDecl.cs
- BaseDataBoundControl.cs
- _SSPIWrapper.cs
- FocusChangedEventArgs.cs
- SvcMapFile.cs
- Lease.cs
- SafeHandle.cs
- SecurityHeaderLayout.cs
- SystemTcpStatistics.cs
- EventRoute.cs
- RSAPKCS1SignatureDeformatter.cs
- VarRemapper.cs
- recordstatefactory.cs
- cookie.cs
- wpf-etw.cs
- HttpHandlerActionCollection.cs
- AutomationPropertyInfo.cs
- Effect.cs
- HttpRawResponse.cs
- DocumentViewerBaseAutomationPeer.cs
- CodeExpressionRuleDeclaration.cs
- QueryContinueDragEventArgs.cs
- IndentedTextWriter.cs
- SystemUdpStatistics.cs
- InternalConfigEventArgs.cs
- ClosureBinding.cs
- ObsoleteAttribute.cs
- PropertyIDSet.cs
- UserMapPath.cs
- ReflectionServiceProvider.cs
- GeometryHitTestParameters.cs
- PropagatorResult.cs
- ObjectReferenceStack.cs
- DbConnectionStringBuilder.cs
- InputMethodStateTypeInfo.cs
- QueryInterceptorAttribute.cs
- InstanceKey.cs
- NameScopePropertyAttribute.cs
- DefaultTraceListener.cs
- Compilation.cs
- XmlTextEncoder.cs
- HighContrastHelper.cs
- DesignerHelpers.cs
- WorkflowEventArgs.cs
- RepeaterItemEventArgs.cs
- SimpleApplicationHost.cs
- NoPersistProperty.cs
- Monitor.cs
- WindowsContainer.cs
- WebBrowserHelper.cs
- MetadataItemSerializer.cs
- LinqDataSource.cs
- Form.cs
- Point3DValueSerializer.cs
- FrameworkContentElement.cs
- EncoderExceptionFallback.cs
- NumericExpr.cs
- ConditionalExpression.cs
- ThreadStateException.cs
- SerializationInfo.cs