Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / whidbey / netfxsp / 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
- DateTimeFormatInfoScanner.cs
- sqlcontext.cs
- WebErrorHandler.cs
- MethodExpr.cs
- DecimalConverter.cs
- TransactionChannelFactory.cs
- TimelineGroup.cs
- IconHelper.cs
- WindowsTreeView.cs
- PartitionedStream.cs
- MenuEventArgs.cs
- Transform3D.cs
- TextDpi.cs
- PaperSize.cs
- Transactions.cs
- PointCollection.cs
- WebConfigurationFileMap.cs
- WriteLineDesigner.xaml.cs
- DataGridViewEditingControlShowingEventArgs.cs
- FlowDocumentScrollViewer.cs
- TypeHelpers.cs
- parserscommon.cs
- HttpBrowserCapabilitiesBase.cs
- SerializationException.cs
- PhonemeEventArgs.cs
- SqlClientPermission.cs
- WebRequestModuleElementCollection.cs
- TextRangeEditLists.cs
- ToolStripPanelDesigner.cs
- TypeDescriptionProviderAttribute.cs
- StandardBindingElementCollection.cs
- ToolStripPanel.cs
- WebPageTraceListener.cs
- StreamUpdate.cs
- HwndSourceKeyboardInputSite.cs
- ContainerControl.cs
- DataControlFieldCell.cs
- xmlsaver.cs
- _NTAuthentication.cs
- PackWebResponse.cs
- UInt64.cs
- ResolveCriteria11.cs
- ContextQuery.cs
- MonitoringDescriptionAttribute.cs
- AnimationTimeline.cs
- MSAAEventDispatcher.cs
- SerializationAttributes.cs
- ColumnHeader.cs
- StyleSheetComponentEditor.cs
- SwitchDesigner.xaml.cs
- View.cs
- RepeaterItem.cs
- ProfilePropertyMetadata.cs
- StateChangeEvent.cs
- TableLayoutSettingsTypeConverter.cs
- CodeObjectCreateExpression.cs
- InternalBase.cs
- DataPagerCommandEventArgs.cs
- ScrollBarRenderer.cs
- OpenTypeLayout.cs
- HtmlShim.cs
- DocumentSequenceHighlightLayer.cs
- TextRangeSerialization.cs
- XPathNavigatorKeyComparer.cs
- ObjectManager.cs
- Win32Native.cs
- SpoolingTask.cs
- Behavior.cs
- CollectionBuilder.cs
- BevelBitmapEffect.cs
- SqlMethodAttribute.cs
- ComEventsMethod.cs
- AuthenticationManager.cs
- DynamicDocumentPaginator.cs
- SmtpNetworkElement.cs
- ObjectStateEntryOriginalDbUpdatableDataRecord.cs
- bindurihelper.cs
- ReceiveSecurityHeaderEntry.cs
- StandardOleMarshalObject.cs
- ApplicationSettingsBase.cs
- ContextMarshalException.cs
- XamlTreeBuilder.cs
- MappingMetadataHelper.cs
- AsyncInvokeContext.cs
- CharStorage.cs
- LifetimeServices.cs
- StylusLogic.cs
- ColorInterpolationModeValidation.cs
- DbConnectionPoolOptions.cs
- WindowsToolbar.cs
- Wizard.cs
- FontSizeConverter.cs
- GenericUriParser.cs
- DeleteMemberBinder.cs
- MatrixTransform.cs
- TagMapCollection.cs
- DataGridViewAccessibleObject.cs
- WebResourceAttribute.cs
- GregorianCalendar.cs
- DataGridViewTextBoxEditingControl.cs