Code:
/ FX-1434 / FX-1434 / 1.0 / untmp / whidbey / REDBITS / 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
- QualifierSet.cs
- SHA1CryptoServiceProvider.cs
- _LocalDataStoreMgr.cs
- SafeNativeMethods.cs
- WhitespaceRule.cs
- AvTraceDetails.cs
- XmlCharacterData.cs
- Choices.cs
- HtmlInputCheckBox.cs
- ErrorRuntimeConfig.cs
- Hex.cs
- ParameterModifier.cs
- SqlTypeSystemProvider.cs
- XmlTextReaderImplHelpers.cs
- DiffuseMaterial.cs
- XPathBinder.cs
- controlskin.cs
- QueryableDataSource.cs
- IsolatedStorageFileStream.cs
- RequestNavigateEventArgs.cs
- InputLanguageProfileNotifySink.cs
- ControlParameter.cs
- RawMouseInputReport.cs
- SelectionChangedEventArgs.cs
- StoreAnnotationsMap.cs
- TemplatedMailWebEventProvider.cs
- ProvidersHelper.cs
- TcpSocketManager.cs
- BamlLocalizabilityResolver.cs
- PropertyTabAttribute.cs
- Message.cs
- MimeWriter.cs
- GridViewRowEventArgs.cs
- XmlSchemaComplexContentRestriction.cs
- PolyLineSegmentFigureLogic.cs
- CollectionDataContractAttribute.cs
- TextTreeTextBlock.cs
- CurrentChangedEventManager.cs
- FocusTracker.cs
- SurrogateSelector.cs
- SqlConnectionString.cs
- WebPartConnectionsDisconnectVerb.cs
- ResourceDictionary.cs
- DrawListViewColumnHeaderEventArgs.cs
- Preprocessor.cs
- MemoryFailPoint.cs
- DbConnectionPoolCounters.cs
- PeerCollaborationPermission.cs
- RuleConditionDialog.cs
- IChannel.cs
- CommandID.cs
- UnsafeNativeMethods.cs
- RadioButtonStandardAdapter.cs
- ScrollableControl.cs
- InheritanceContextChangedEventManager.cs
- TextEditorParagraphs.cs
- SqlCommandSet.cs
- CellPartitioner.cs
- StorageEntityContainerMapping.cs
- ViewStateException.cs
- GeometryCollection.cs
- XsdCachingReader.cs
- DescriptionAttribute.cs
- CardSpacePolicyElement.cs
- NativeMethods.cs
- LoginName.cs
- PermissionRequestEvidence.cs
- Timer.cs
- DbProviderSpecificTypePropertyAttribute.cs
- ContentIterators.cs
- RecommendedAsConfigurableAttribute.cs
- RedirectionProxy.cs
- StringBuilder.cs
- DataGridComponentEditor.cs
- _HeaderInfoTable.cs
- BodyGlyph.cs
- TableStyle.cs
- SpeechRecognizer.cs
- UnsafeNativeMethods.cs
- HtmlUtf8RawTextWriter.cs
- XmlByteStreamReader.cs
- LinkLabelLinkClickedEvent.cs
- InvokeHandlers.cs
- XmlUtilWriter.cs
- SemanticAnalyzer.cs
- IndependentAnimationStorage.cs
- PagesSection.cs
- SqlDataReader.cs
- UIElementIsland.cs
- ControlCollection.cs
- DataServiceQuery.cs
- SqlDataSourceEnumerator.cs
- TagPrefixAttribute.cs
- WebColorConverter.cs
- DataGridItem.cs
- Bind.cs
- Configuration.cs
- Parameter.cs
- ProfileSettingsCollection.cs
- ControlDesignerState.cs