Code:
/ FX-1434 / FX-1434 / 1.0 / untmp / whidbey / REDBITS / ndp / fx / src / Xml / System / Xml / XPath / Internal / ValueQuery.cs / 2 / 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. // Copyright (c) Microsoft Corporation. All rights reserved.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- WebPartEditVerb.cs
- DependencyPropertyHelper.cs
- SqlConnectionString.cs
- RequestCachePolicy.cs
- UnsafeNativeMethods.cs
- MetadataPropertyvalue.cs
- NamespaceList.cs
- DirectoryInfo.cs
- brushes.cs
- ToolStripSplitButton.cs
- TextPointerBase.cs
- SessionEndedEventArgs.cs
- FlowPosition.cs
- DataSet.cs
- XmlArrayItemAttribute.cs
- CatalogPartChrome.cs
- MDIControlStrip.cs
- DataGridViewButtonCell.cs
- DataGridItemCollection.cs
- XmlComplianceUtil.cs
- XmlSchemaFacet.cs
- BinaryConverter.cs
- XhtmlBasicPageAdapter.cs
- Listener.cs
- ColumnMapCopier.cs
- MergeFilterQuery.cs
- RectangleHotSpot.cs
- TransportChannelFactory.cs
- ExecutionContext.cs
- QueryCacheKey.cs
- LOSFormatter.cs
- ControllableStoryboardAction.cs
- XmlTextEncoder.cs
- SoapReflector.cs
- DataGridSortCommandEventArgs.cs
- ValidatingPropertiesEventArgs.cs
- HybridDictionary.cs
- CodeCatchClause.cs
- ListMarkerSourceInfo.cs
- ActiveXHelper.cs
- OleCmdHelper.cs
- SmiContextFactory.cs
- QilXmlWriter.cs
- BaseAsyncResult.cs
- SoapSchemaMember.cs
- StrongNameIdentityPermission.cs
- XsltArgumentList.cs
- SourceInterpreter.cs
- AsyncPostBackErrorEventArgs.cs
- UTF7Encoding.cs
- EndOfStreamException.cs
- UserPreferenceChangingEventArgs.cs
- DataObjectFieldAttribute.cs
- TextSearch.cs
- TypeTypeConverter.cs
- SevenBitStream.cs
- WindowsHyperlink.cs
- CommandValueSerializer.cs
- embossbitmapeffect.cs
- LoaderAllocator.cs
- ResourceBinder.cs
- ConfigurationStrings.cs
- TimestampInformation.cs
- WindowsFormsHelpers.cs
- InkSerializer.cs
- COM2Enum.cs
- MetadataArtifactLoader.cs
- DataGridViewSelectedCellCollection.cs
- ADConnectionHelper.cs
- Validator.cs
- ResourceDescriptionAttribute.cs
- MaterialGroup.cs
- EntryPointNotFoundException.cs
- WebPartUserCapability.cs
- HttpCapabilitiesSectionHandler.cs
- TextCollapsingProperties.cs
- DateTimeEditor.cs
- RangeValueProviderWrapper.cs
- ServiceNameCollection.cs
- PolicyLevel.cs
- StylusPointPropertyInfo.cs
- FrameworkObject.cs
- VisualStates.cs
- ImportCatalogPart.cs
- DebugView.cs
- MatrixUtil.cs
- KeyManager.cs
- StringUtil.cs
- MouseDevice.cs
- WebPartDisplayModeEventArgs.cs
- AbsoluteQuery.cs
- EdmFunctions.cs
- UnsafeNativeMethods.cs
- TextRange.cs
- PrintPreviewDialog.cs
- MarginsConverter.cs
- IndexerNameAttribute.cs
- GridEntryCollection.cs
- _FixedSizeReader.cs
- ExpressionLexer.cs