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
- DataControlReference.cs
- ModelFunctionTypeElement.cs
- EncryptedPackage.cs
- ObjectListCommandCollection.cs
- TextBoxDesigner.cs
- BindingCompleteEventArgs.cs
- DbParameterHelper.cs
- EnumValidator.cs
- HotSpotCollectionEditor.cs
- BuildDependencySet.cs
- MessageContractImporter.cs
- XmlDataLoader.cs
- ListDataBindEventArgs.cs
- _SingleItemRequestCache.cs
- Stack.cs
- ListItemCollection.cs
- SafeThreadHandle.cs
- FileInfo.cs
- DbParameterCollection.cs
- DataAdapter.cs
- SystemDiagnosticsSection.cs
- ImagingCache.cs
- BitArray.cs
- ModelService.cs
- QuadraticBezierSegment.cs
- SQLMoneyStorage.cs
- ValuePattern.cs
- SByteStorage.cs
- InboundActivityHelper.cs
- PropertyManager.cs
- VoiceObjectToken.cs
- BuilderPropertyEntry.cs
- InheritedPropertyChangedEventArgs.cs
- SkipQueryOptionExpression.cs
- FixedSOMContainer.cs
- AffineTransform3D.cs
- IndexerNameAttribute.cs
- DrawingDrawingContext.cs
- Label.cs
- AggregatePushdown.cs
- FacetDescription.cs
- NameValueFileSectionHandler.cs
- XamlStackWriter.cs
- CheckBox.cs
- ReaderOutput.cs
- RequestCachingSection.cs
- CroppedBitmap.cs
- LinearKeyFrames.cs
- ManagementExtension.cs
- __Filters.cs
- SolidColorBrush.cs
- Condition.cs
- LogFlushAsyncResult.cs
- DataMemberConverter.cs
- ListSortDescriptionCollection.cs
- DllNotFoundException.cs
- DataRecordInternal.cs
- ClientRuntimeConfig.cs
- OutputCacheSection.cs
- ConfigurationProperty.cs
- TypeBrowser.xaml.cs
- EventPrivateKey.cs
- MouseEventArgs.cs
- Cursors.cs
- WinFormsUtils.cs
- ObjectDataSource.cs
- Polygon.cs
- DictionaryGlobals.cs
- CustomValidator.cs
- ConfigurationElementProperty.cs
- DescendantOverDescendantQuery.cs
- UriParserTemplates.cs
- WebPartMovingEventArgs.cs
- ResXDataNode.cs
- ReachNamespaceInfo.cs
- BaseCodeDomTreeGenerator.cs
- configsystem.cs
- MD5.cs
- SystemIPv4InterfaceProperties.cs
- TripleDES.cs
- QilPatternVisitor.cs
- ProjectionCamera.cs
- FileDialogPermission.cs
- InvokeHandlers.cs
- StringUtil.cs
- SmiEventSink_Default.cs
- XmlAttributeOverrides.cs
- ValidationHelper.cs
- EncoderNLS.cs
- LambdaCompiler.Statements.cs
- StringAttributeCollection.cs
- ConcurrentStack.cs
- Propagator.ExtentPlaceholderCreator.cs
- ArgIterator.cs
- ResourceAttributes.cs
- XmlSchemaType.cs
- ButtonStandardAdapter.cs
- FontInfo.cs
- StatusBarPanel.cs
- TraversalRequest.cs