Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / whidbey / netfxsp / ndp / fx / src / Xml / System / Xml / XPath / Internal / ValueQuery.cs / 5 / 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. // //[....] //----------------------------------------------------------------------------- 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
- DLinqAssociationProvider.cs
- WebPartConnectVerb.cs
- CapabilitiesState.cs
- WindowPattern.cs
- AnnotationAuthorChangedEventArgs.cs
- ConditionalExpression.cs
- X509Certificate2Collection.cs
- SimpleType.cs
- LockingPersistenceProvider.cs
- Geometry3D.cs
- FastPropertyAccessor.cs
- InkCanvasSelection.cs
- _SslSessionsCache.cs
- DataGridLengthConverter.cs
- TransformerInfoCollection.cs
- XmlStreamStore.cs
- CatchDesigner.xaml.cs
- DefaultAssemblyResolver.cs
- _ContextAwareResult.cs
- ColumnWidthChangingEvent.cs
- basenumberconverter.cs
- EditorBrowsableAttribute.cs
- WebPartDisplayModeCancelEventArgs.cs
- ThreadAttributes.cs
- DependentList.cs
- StylusPlugin.cs
- LinearGradientBrush.cs
- MetadataConversionError.cs
- SchemaTypeEmitter.cs
- TableCellCollection.cs
- BindingObserver.cs
- Region.cs
- ForwardPositionQuery.cs
- bindurihelper.cs
- WebPartHelpVerb.cs
- StorageMappingFragment.cs
- ProxyWebPart.cs
- ControlBuilderAttribute.cs
- X509CertificateClaimSet.cs
- HScrollBar.cs
- MeasureItemEvent.cs
- EntityContainer.cs
- BaseDataBoundControl.cs
- ListBox.cs
- SmtpReplyReader.cs
- RemoteCryptoRsaServiceProvider.cs
- PersonalizationProviderCollection.cs
- DesignConnectionCollection.cs
- WebPartVerb.cs
- HtmlTernaryTree.cs
- FigureHelper.cs
- DispatchChannelSink.cs
- MetadataSet.cs
- xmlsaver.cs
- SafeCoTaskMem.cs
- ByteBufferPool.cs
- PersonalizablePropertyEntry.cs
- SystemResources.cs
- CompressionTransform.cs
- InteropAutomationProvider.cs
- ManagementEventArgs.cs
- StrongTypingException.cs
- CapabilitiesRule.cs
- BlobPersonalizationState.cs
- XmlSchemaAttributeGroup.cs
- AssemblyHash.cs
- CodeGeneratorAttribute.cs
- ControlUtil.cs
- WSSecurityPolicy12.cs
- DocumentOrderQuery.cs
- PingReply.cs
- InputGestureCollection.cs
- OuterGlowBitmapEffect.cs
- ValidationPropertyAttribute.cs
- DisableDpiAwarenessAttribute.cs
- RoleGroup.cs
- CommandID.cs
- MenuItemAutomationPeer.cs
- GuidelineSet.cs
- SqlGatherProducedAliases.cs
- KeyProperty.cs
- SingleAnimationBase.cs
- VerificationException.cs
- Point3DCollection.cs
- Point3DConverter.cs
- LocalIdKeyIdentifierClause.cs
- Activity.cs
- CombinedGeometry.cs
- AttributeCollection.cs
- ErrorLog.cs
- _ListenerResponseStream.cs
- GenericIdentity.cs
- TextWriterTraceListener.cs
- ParameterDataSourceExpression.cs
- PathSegment.cs
- TableColumnCollection.cs
- LinqDataSourceEditData.cs
- SystemBrushes.cs
- BlurEffect.cs
- NonVisualControlAttribute.cs