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
- StringDictionary.cs
- InvalidProgramException.cs
- WeakHashtable.cs
- ObjectDataSourceMethodEventArgs.cs
- SessionStateModule.cs
- _FixedSizeReader.cs
- CollectionViewGroupRoot.cs
- ToggleProviderWrapper.cs
- OpenTypeLayout.cs
- XmlMemberMapping.cs
- BitmapSourceSafeMILHandle.cs
- FamilyCollection.cs
- FollowerQueueCreator.cs
- ValueHandle.cs
- InstanceStoreQueryResult.cs
- EditorZoneBase.cs
- WebPartUtil.cs
- HandledEventArgs.cs
- TypeDescriptionProvider.cs
- ToolStripTemplateNode.cs
- WebSysDefaultValueAttribute.cs
- PropertyNames.cs
- ZipPackagePart.cs
- DataGridViewCellStyleConverter.cs
- LineVisual.cs
- glyphs.cs
- EdmProviderManifest.cs
- PixelFormat.cs
- _StreamFramer.cs
- HtmlInputHidden.cs
- UIPermission.cs
- SingleTagSectionHandler.cs
- SqlParameterizer.cs
- CredentialSelector.cs
- ToolStripItemCollection.cs
- XpsPackagingException.cs
- DataStreams.cs
- SerializationException.cs
- PerformanceCounterPermission.cs
- FormViewModeEventArgs.cs
- NativeCompoundFileAPIs.cs
- ProcessInputEventArgs.cs
- ListItemCollection.cs
- querybuilder.cs
- PartialArray.cs
- MarkupProperty.cs
- LogLogRecordHeader.cs
- DllNotFoundException.cs
- ProjectionPruner.cs
- XmlDownloadManager.cs
- IgnoreDeviceFilterElementCollection.cs
- BitmapFrameDecode.cs
- ServiceBehaviorElement.cs
- CreateUserWizardDesigner.cs
- EntityCommand.cs
- PseudoWebRequest.cs
- BufferedWebEventProvider.cs
- ActiveXSite.cs
- CngUIPolicy.cs
- RuleRefElement.cs
- ErrorTableItemStyle.cs
- StateMachine.cs
- Camera.cs
- SpellerInterop.cs
- MenuCommandService.cs
- EncodingTable.cs
- BinaryMethodMessage.cs
- LogManagementAsyncResult.cs
- ForeignKeyFactory.cs
- FlatButtonAppearance.cs
- SHA256Managed.cs
- DecimalStorage.cs
- SlipBehavior.cs
- AlignmentXValidation.cs
- InputMethodStateChangeEventArgs.cs
- ExpandoClass.cs
- MDIControlStrip.cs
- RouteValueDictionary.cs
- HtmlDocument.cs
- MetaForeignKeyColumn.cs
- OleDbInfoMessageEvent.cs
- LayoutEvent.cs
- StickyNoteHelper.cs
- COAUTHIDENTITY.cs
- EndSelectCardRequest.cs
- DynamicUpdateCommand.cs
- DbConnectionPoolOptions.cs
- RepeaterItemCollection.cs
- DisplayMemberTemplateSelector.cs
- DataTableNameHandler.cs
- AccessViolationException.cs
- TcpChannelHelper.cs
- Application.cs
- InstanceHandleConflictException.cs
- SessionState.cs
- Panel.cs
- DataGridViewCellParsingEventArgs.cs
- XmlUnspecifiedAttribute.cs
- DrawingBrush.cs
- _emptywebproxy.cs