Code:
/ 4.0 / 4.0 / 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. //------------------------------------------------------------------------------ //// 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
- XmlLanguage.cs
- Attributes.cs
- MemberListBinding.cs
- PrincipalPermission.cs
- ProcessInfo.cs
- ListViewUpdateEventArgs.cs
- SiteMapPath.cs
- WebPartAuthorizationEventArgs.cs
- UnsafeNativeMethods.cs
- CachedFontFamily.cs
- ByValueEqualityComparer.cs
- WebService.cs
- ActivatableWorkflowsQueryResult.cs
- CodeMemberField.cs
- Clause.cs
- StaticDataManager.cs
- HttpResponse.cs
- SemanticAnalyzer.cs
- BinaryReader.cs
- RotateTransform.cs
- rsa.cs
- BitmapDecoder.cs
- GroupBoxRenderer.cs
- MobileUserControlDesigner.cs
- TimeSpanStorage.cs
- TextMarkerSource.cs
- BindingWorker.cs
- NestedContainer.cs
- SplitterCancelEvent.cs
- HttpDictionary.cs
- RbTree.cs
- DocumentSchemaValidator.cs
- Visual3DCollection.cs
- ExpressionLexer.cs
- _SslSessionsCache.cs
- ToolStripDropDown.cs
- FragmentQueryKB.cs
- ReadOnlyNameValueCollection.cs
- DATA_BLOB.cs
- ECDiffieHellmanCngPublicKey.cs
- TypeReference.cs
- sqlser.cs
- DebugView.cs
- X509CertificateStore.cs
- XmlUrlResolver.cs
- WebPartDescription.cs
- Ray3DHitTestResult.cs
- RangeContentEnumerator.cs
- SynchronizedInputAdaptor.cs
- METAHEADER.cs
- TraceListener.cs
- DrawingBrush.cs
- ListViewHitTestInfo.cs
- Knowncolors.cs
- MSAAWinEventWrap.cs
- StringWriter.cs
- TypeToStringValueConverter.cs
- DataGridViewRowCollection.cs
- BuildProvider.cs
- PackagePartCollection.cs
- ProcessModuleCollection.cs
- DataGridViewColumnCollectionDialog.cs
- XmlNodeChangedEventArgs.cs
- ClientTarget.cs
- WebPartMinimizeVerb.cs
- SerializationHelper.cs
- elementinformation.cs
- InlineCollection.cs
- SQLResource.cs
- CodeTryCatchFinallyStatement.cs
- PeerNearMe.cs
- SqlTransaction.cs
- OneWayChannelFactory.cs
- FormViewModeEventArgs.cs
- ModifiableIteratorCollection.cs
- X509CertificateCollection.cs
- MSG.cs
- TextRange.cs
- Ray3DHitTestResult.cs
- SerialErrors.cs
- HttpPostedFile.cs
- DataBoundLiteralControl.cs
- ResourcePropertyMemberCodeDomSerializer.cs
- WebAdminConfigurationHelper.cs
- EntityDataSourceStatementEditor.cs
- RNGCryptoServiceProvider.cs
- NullableIntSumAggregationOperator.cs
- TextDecorations.cs
- MonthCalendar.cs
- TextModifierScope.cs
- SqlDependencyListener.cs
- ControlPaint.cs
- QilCloneVisitor.cs
- RuleSettings.cs
- ShellProvider.cs
- VBIdentifierNameEditor.cs
- HttpCacheVaryByContentEncodings.cs
- XamlReaderHelper.cs
- Substitution.cs
- ZipIOZip64EndOfCentralDirectoryLocatorBlock.cs