Code:
/ FXUpdate3074 / FXUpdate3074 / 1.1 / untmp / whidbey / QFE / 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
- XmlSchemaFacet.cs
- ScrollViewerAutomationPeer.cs
- IChannel.cs
- FrameworkContentElement.cs
- DynamicDocumentPaginator.cs
- SuspendDesigner.cs
- WebColorConverter.cs
- RequestCache.cs
- SafeFileMappingHandle.cs
- Timer.cs
- InstanceDataCollectionCollection.cs
- SchemeSettingElementCollection.cs
- LiteralTextParser.cs
- Span.cs
- sortedlist.cs
- AnonymousIdentificationModule.cs
- Console.cs
- LassoHelper.cs
- _DisconnectOverlappedAsyncResult.cs
- CodeRemoveEventStatement.cs
- NotificationContext.cs
- SecurityPolicySection.cs
- RegistrationServices.cs
- PolyLineSegment.cs
- PasswordBoxAutomationPeer.cs
- EntityDataSourceViewSchema.cs
- DataTableTypeConverter.cs
- VisualTreeHelper.cs
- WorkflowEventArgs.cs
- Environment.cs
- DataBindingValueUIHandler.cs
- DynamicPropertyReader.cs
- DecimalStorage.cs
- FlowNode.cs
- CapiNative.cs
- StructuredType.cs
- XmlQuerySequence.cs
- Cursor.cs
- ChtmlTextWriter.cs
- IPGlobalProperties.cs
- FrameSecurityDescriptor.cs
- InkCanvas.cs
- RefExpr.cs
- ActivityUtilities.cs
- DoubleAnimationClockResource.cs
- IntSumAggregationOperator.cs
- CodeDomConfigurationHandler.cs
- ReadOnlyHierarchicalDataSourceView.cs
- UserPreferenceChangingEventArgs.cs
- SystemIPGlobalProperties.cs
- Psha1DerivedKeyGeneratorHelper.cs
- OuterProxyWrapper.cs
- _ConnectOverlappedAsyncResult.cs
- TimeoutValidationAttribute.cs
- ManifestResourceInfo.cs
- MultilineStringConverter.cs
- QilStrConcat.cs
- UInt32.cs
- ModelPerspective.cs
- WebEventTraceProvider.cs
- ProviderUtil.cs
- ResourceDescriptionAttribute.cs
- ItemMap.cs
- XmlSchemaRedefine.cs
- __Filters.cs
- SecurityRuntime.cs
- Converter.cs
- FrameworkContentElementAutomationPeer.cs
- UnsafeNativeMethods.cs
- DataGridViewBand.cs
- EntityWrapperFactory.cs
- WindowsNonControl.cs
- HuffModule.cs
- Column.cs
- TypedTableBaseExtensions.cs
- SoapCommonClasses.cs
- WorkflowMarkupSerializer.cs
- TemplateBindingExtension.cs
- LinqDataSourceInsertEventArgs.cs
- _FixedSizeReader.cs
- HorizontalAlignConverter.cs
- NameValueConfigurationElement.cs
- CapacityStreamGeometryContext.cs
- Identifier.cs
- SessionState.cs
- Interlocked.cs
- RemotingServices.cs
- HandlerFactoryWrapper.cs
- DelegatingConfigHost.cs
- FunctionCommandText.cs
- Vector3dCollection.cs
- Line.cs
- BufferedReadStream.cs
- PropertyChange.cs
- DataList.cs
- StrongNameMembershipCondition.cs
- CommandHelpers.cs
- SqlDataRecord.cs
- sqlser.cs
- IriParsingElement.cs