Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / whidbey / NetFXspW7 / 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
- Sql8ExpressionRewriter.cs
- XslException.cs
- FormsAuthenticationUserCollection.cs
- SolidColorBrush.cs
- RoleManagerSection.cs
- DataColumnPropertyDescriptor.cs
- CryptoApi.cs
- VirtualPath.cs
- KeyPullup.cs
- InputReportEventArgs.cs
- SplineKeyFrames.cs
- Point.cs
- SharedTcpTransportManager.cs
- RelationshipNavigation.cs
- DiscoveryClientOutputChannel.cs
- BaseParaClient.cs
- TcpAppDomainProtocolHandler.cs
- ImageMap.cs
- XAMLParseException.cs
- PageAsyncTask.cs
- HwndKeyboardInputProvider.cs
- ToolStripProfessionalLowResolutionRenderer.cs
- ErrorTableItemStyle.cs
- ColorContextHelper.cs
- PerfService.cs
- RoutedEventArgs.cs
- WSSecurityPolicy11.cs
- HashSet.cs
- PtsHelper.cs
- OutputCacheModule.cs
- ACE.cs
- LifetimeServices.cs
- ConfigurationException.cs
- RSAPKCS1SignatureFormatter.cs
- UInt64Storage.cs
- CodeTypeOfExpression.cs
- DiscoveryCallbackBehavior.cs
- QueryOperationResponseOfT.cs
- Command.cs
- DataGridViewTextBoxEditingControl.cs
- ProgressBarHighlightConverter.cs
- AssertUtility.cs
- ContentPlaceHolder.cs
- Calendar.cs
- ServiceNameCollection.cs
- IListConverters.cs
- WebConvert.cs
- ComponentSerializationService.cs
- SystemTcpConnection.cs
- SqlGenericUtil.cs
- SecurityContext.cs
- COM2IDispatchConverter.cs
- GridViewColumnHeaderAutomationPeer.cs
- DataRecordInternal.cs
- Identity.cs
- DataGridViewCellFormattingEventArgs.cs
- KeyProperty.cs
- ContainsSearchOperator.cs
- XmlSchemaIdentityConstraint.cs
- PasswordRecoveryDesigner.cs
- XamlInt32CollectionSerializer.cs
- GeometryDrawing.cs
- PointAnimationClockResource.cs
- EncryptedType.cs
- EventLogSession.cs
- ToolStripManager.cs
- CodeNamespace.cs
- ExternalFile.cs
- CapabilitiesAssignment.cs
- ResourceCategoryAttribute.cs
- SimpleHandlerFactory.cs
- SID.cs
- XmlIncludeAttribute.cs
- CheckBoxBaseAdapter.cs
- FileRecordSequence.cs
- AnonymousIdentificationSection.cs
- XPathNavigatorKeyComparer.cs
- Inflater.cs
- PrivilegedConfigurationManager.cs
- SvcFileManager.cs
- DataGridViewRowStateChangedEventArgs.cs
- DataGridViewAdvancedBorderStyle.cs
- SettingsAttributeDictionary.cs
- CodeTypeReferenceExpression.cs
- CommittableTransaction.cs
- TypeResolver.cs
- LoadWorkflowCommand.cs
- Timer.cs
- ActivationArguments.cs
- ReadOnlyTernaryTree.cs
- DataGridViewAutoSizeModeEventArgs.cs
- XmlLoader.cs
- LineSegment.cs
- AssemblyNameProxy.cs
- CanonicalXml.cs
- StrongNamePublicKeyBlob.cs
- PersonalizationProvider.cs
- LayoutUtils.cs
- ListItemsPage.cs
- WebBrowserNavigatingEventHandler.cs