Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / Xml / System / Xml / XPath / Internal / Variable.cs / 1305376 / 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
- XmlSerializableServices.cs
- Profiler.cs
- StandardToolWindows.cs
- ExtentKey.cs
- JoinCqlBlock.cs
- DataServiceContext.cs
- CurrentChangingEventManager.cs
- ClientSettings.cs
- RangeValuePattern.cs
- ResolveNameEventArgs.cs
- MenuItemBindingCollection.cs
- FormParameter.cs
- XmlSerializerOperationFormatter.cs
- DbXmlEnabledProviderManifest.cs
- Convert.cs
- BinaryParser.cs
- PlanCompilerUtil.cs
- DragEventArgs.cs
- TemplateColumn.cs
- MetadataArtifactLoaderXmlReaderWrapper.cs
- XmlSchemaGroupRef.cs
- ControlCollection.cs
- InsufficientMemoryException.cs
- GridViewSelectEventArgs.cs
- Normalization.cs
- SessionStateUtil.cs
- oledbmetadatacolumnnames.cs
- Math.cs
- indexingfiltermarshaler.cs
- TypeElement.cs
- MatrixTransform3D.cs
- NumberFormatInfo.cs
- HyperLinkStyle.cs
- DotExpr.cs
- CodeDelegateInvokeExpression.cs
- DataGrid.cs
- ObjectDataSourceMethodEditor.cs
- ChangeBlockUndoRecord.cs
- PropertyEmitter.cs
- ExpressionBindings.cs
- IntMinMaxAggregationOperator.cs
- Rect3DConverter.cs
- DSASignatureFormatter.cs
- TreeNodeBinding.cs
- MouseActionValueSerializer.cs
- AssociatedControlConverter.cs
- ValueExpressions.cs
- ToolboxItem.cs
- DataError.cs
- ConnectionsZoneDesigner.cs
- PrinterUnitConvert.cs
- PropertyGridView.cs
- CorrelationInitializer.cs
- Buffer.cs
- XmlSchemaSubstitutionGroup.cs
- OleDbEnumerator.cs
- SerializableAttribute.cs
- HatchBrush.cs
- TypeToken.cs
- ResourcePool.cs
- ConfigXmlSignificantWhitespace.cs
- ResourcePermissionBase.cs
- HandledEventArgs.cs
- DataSourceHelper.cs
- CacheSection.cs
- ClientProxyGenerator.cs
- TraceProvider.cs
- ReflectionPermission.cs
- KnownTypes.cs
- ButtonFieldBase.cs
- ProviderManager.cs
- SqlDelegatedTransaction.cs
- UseManagedPresentationBindingElement.cs
- StyleCollection.cs
- WaitHandleCannotBeOpenedException.cs
- Utils.cs
- DataGridViewLinkColumn.cs
- MessageSmuggler.cs
- NameSpaceEvent.cs
- EntityContainer.cs
- ContainerTracking.cs
- WebUtil.cs
- GridToolTip.cs
- ImageFormat.cs
- IndexedGlyphRun.cs
- TemporaryBitmapFile.cs
- ProtocolException.cs
- AccessDataSourceDesigner.cs
- NetStream.cs
- CalendarTable.cs
- DataGridViewRowCancelEventArgs.cs
- HitTestParameters.cs
- GuidConverter.cs
- RegexNode.cs
- CodeGotoStatement.cs
- AutomationIdentifier.cs
- PlaceHolder.cs
- DataGridClipboardHelper.cs
- SelectingProviderEventArgs.cs
- DataColumnCollection.cs