Code:
/ FXUpdate3074 / FXUpdate3074 / 1.1 / untmp / whidbey / QFE / 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
- GridViewDeleteEventArgs.cs
- EditorPartCollection.cs
- SortableBindingList.cs
- RequestCacheManager.cs
- SqlFacetAttribute.cs
- XNodeSchemaApplier.cs
- XmlElementAttributes.cs
- ToolBarOverflowPanel.cs
- EdmFunction.cs
- RuntimeHandles.cs
- ComponentCommands.cs
- DivideByZeroException.cs
- ListViewSelectEventArgs.cs
- ContainerSelectorGlyph.cs
- SerialPinChanges.cs
- OraclePermissionAttribute.cs
- StylusPointProperties.cs
- DynamicVirtualDiscoSearcher.cs
- ParameterBinding.cs
- IteratorDescriptor.cs
- FontInfo.cs
- EventHandlers.cs
- SystemIPv6InterfaceProperties.cs
- BinaryFormatterWriter.cs
- DispatcherEventArgs.cs
- CellNormalizer.cs
- ConfigurationManagerInternalFactory.cs
- DataListCommandEventArgs.cs
- SqlFactory.cs
- SerializationBinder.cs
- Property.cs
- BaseCollection.cs
- MembershipSection.cs
- SqlAggregateChecker.cs
- TextEndOfSegment.cs
- UnsafeNativeMethods.cs
- Margins.cs
- RuleSetBrowserDialog.cs
- EntitySqlQueryCacheKey.cs
- CompressedStack.cs
- ToolStripSeparator.cs
- ControlIdConverter.cs
- FeatureSupport.cs
- NamespaceList.cs
- FixedDSBuilder.cs
- XmlArrayAttribute.cs
- HtmlTernaryTree.cs
- SafeRsaProviderHandle.cs
- RemoveStoryboard.cs
- UnsafeNativeMethods.cs
- PackageRelationshipCollection.cs
- FolderBrowserDialog.cs
- RoleManagerSection.cs
- VisualTreeHelper.cs
- StringUtil.cs
- SiteMapNodeItem.cs
- XamlFilter.cs
- SourceFileInfo.cs
- IResourceProvider.cs
- assemblycache.cs
- SchemaDeclBase.cs
- AtomServiceDocumentSerializer.cs
- OdbcStatementHandle.cs
- ConstraintConverter.cs
- PublisherIdentityPermission.cs
- CLSCompliantAttribute.cs
- RegistryKey.cs
- SqlTrackingService.cs
- StringValueConverter.cs
- HttpException.cs
- ScriptReferenceEventArgs.cs
- SettingsPropertyValueCollection.cs
- SecurityHeaderElementInferenceEngine.cs
- DataBoundControlAdapter.cs
- Knowncolors.cs
- UICuesEvent.cs
- ThreadStateException.cs
- HostProtectionException.cs
- DeclarativeCatalogPart.cs
- AttributeQuery.cs
- X509CertificateRecipientServiceCredential.cs
- RadioButtonDesigner.cs
- RSAOAEPKeyExchangeDeformatter.cs
- ReflectionUtil.cs
- BindingNavigator.cs
- Symbol.cs
- ListBase.cs
- AnimatedTypeHelpers.cs
- Transform.cs
- MinMaxParagraphWidth.cs
- ServicePoint.cs
- ProgressBarAutomationPeer.cs
- CancelEventArgs.cs
- XmlLinkedNode.cs
- HostedElements.cs
- List.cs
- LayoutUtils.cs
- ImageDrawing.cs
- ValueTable.cs
- ShaperBuffers.cs