Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / Xml / System / Xml / XPath / Internal / ValueQuery.cs / 1305376 / ValueQuery.cs
//------------------------------------------------------------------------------
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
// [....]
//-----------------------------------------------------------------------------
namespace MS.Internal.Xml.XPath {
using System;
using System.Globalization;
using System.Text;
using System.Xml;
using System.Xml.XPath;
using System.Xml.Xsl;
using System.Collections.Generic;
using System.Diagnostics;
internal abstract class ValueQuery : Query {
public ValueQuery() { }
protected ValueQuery(ValueQuery other) : base(other) { }
public sealed override void Reset() { }
public sealed override XPathNavigator Current { get { throw XPathException.Create(Res.Xp_NodeSetExpected); } }
public sealed override int CurrentPosition { get { throw XPathException.Create(Res.Xp_NodeSetExpected); } }
public sealed override int Count { get { throw XPathException.Create(Res.Xp_NodeSetExpected); } }
public sealed override XPathNavigator Advance() { throw XPathException.Create(Res.Xp_NodeSetExpected); }
}
}
// 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
- WebPartVerbsEventArgs.cs
- WorkflowApplicationUnhandledExceptionEventArgs.cs
- SatelliteContractVersionAttribute.cs
- AttachedPropertyBrowsableForTypeAttribute.cs
- HeaderedContentControl.cs
- DbConnectionPool.cs
- Boolean.cs
- LineSegment.cs
- ContainerAction.cs
- x509store.cs
- BamlLocalizableResource.cs
- MenuAutomationPeer.cs
- AtomServiceDocumentSerializer.cs
- ResourceFallbackManager.cs
- ClientScriptManager.cs
- Zone.cs
- IntSecurity.cs
- PrintEvent.cs
- SqlRowUpdatingEvent.cs
- CodeTypeDeclaration.cs
- Visitors.cs
- CompensationHandlingFilter.cs
- GeometryCollection.cs
- RadioButton.cs
- RadioButton.cs
- RealizationDrawingContextWalker.cs
- DataRowComparer.cs
- SelectedDatesCollection.cs
- BaseDataList.cs
- QilTargetType.cs
- ValidationRule.cs
- EventArgs.cs
- Imaging.cs
- GeneralTransform3DGroup.cs
- login.cs
- BorderSidesEditor.cs
- FormatConvertedBitmap.cs
- HtmlContainerControl.cs
- NamespaceInfo.cs
- ErrorHandler.cs
- LiteralDesigner.cs
- SoapMessage.cs
- PeerEndPoint.cs
- SystemColorTracker.cs
- DomainConstraint.cs
- SimpleApplicationHost.cs
- HtmlCommandAdapter.cs
- CfgParser.cs
- BindValidationContext.cs
- RuntimeWrappedException.cs
- UriTemplateVariablePathSegment.cs
- SmiRecordBuffer.cs
- DtrList.cs
- XslAst.cs
- unitconverter.cs
- CodeNamespace.cs
- XmlQueryCardinality.cs
- DateRangeEvent.cs
- LinkedResourceCollection.cs
- SqlError.cs
- OleStrCAMarshaler.cs
- SqlHelper.cs
- AspNetCacheProfileAttribute.cs
- SyndicationFeed.cs
- UnsafeNativeMethods.cs
- DataSourceControlBuilder.cs
- Assert.cs
- XmlNodeReader.cs
- UnsafeNativeMethods.cs
- ListViewSelectEventArgs.cs
- ContractHandle.cs
- HtmlImage.cs
- CancellationScope.cs
- MobileControlBuilder.cs
- UnauthorizedWebPart.cs
- KeyInfo.cs
- StyleCollection.cs
- SchemaExporter.cs
- ActiveXContainer.cs
- DEREncoding.cs
- SelectedDatesCollection.cs
- Utilities.cs
- ScriptServiceAttribute.cs
- SendDesigner.xaml.cs
- XmlSerializer.cs
- DateTimeFormatInfoScanner.cs
- CacheMemory.cs
- PasswordTextNavigator.cs
- SystemColorTracker.cs
- Brush.cs
- AutomationEventArgs.cs
- TableSectionStyle.cs
- AssemblyFilter.cs
- RouteData.cs
- IndexingContentUnit.cs
- InfoCardServiceInstallComponent.cs
- InputScopeManager.cs
- ValueCollectionParameterReader.cs
- PointCollectionConverter.cs
- SQLInt32Storage.cs