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
- DelegateBodyWriter.cs
- MenuItemCollection.cs
- WindowCollection.cs
- QueryResults.cs
- RequiredFieldValidator.cs
- VisualTreeHelper.cs
- BoolExpression.cs
- InputScope.cs
- ParagraphVisual.cs
- PagesSection.cs
- SafeRightsManagementHandle.cs
- ControlValuePropertyAttribute.cs
- EntitySqlQueryState.cs
- remotingproxy.cs
- GridViewRowPresenter.cs
- ConvertEvent.cs
- Rect3DConverter.cs
- Hash.cs
- RootAction.cs
- DataGridTextColumn.cs
- GroupByQueryOperator.cs
- _DisconnectOverlappedAsyncResult.cs
- HTTPNotFoundHandler.cs
- RandomDelayQueuedSendsAsyncResult.cs
- MSG.cs
- DataGridViewColumnConverter.cs
- XmlAttributeCollection.cs
- WebPartVerbsEventArgs.cs
- DataGridViewComboBoxCell.cs
- DataGridViewAutoSizeModeEventArgs.cs
- FusionWrap.cs
- SoapAttributeOverrides.cs
- CorrelationService.cs
- WebPartManagerInternals.cs
- ThreadAttributes.cs
- CompilationUnit.cs
- JsonEnumDataContract.cs
- XamlInt32CollectionSerializer.cs
- SoapAttributeOverrides.cs
- LocalizabilityAttribute.cs
- EventBuilder.cs
- Permission.cs
- CompilerResults.cs
- BrowserCapabilitiesCodeGenerator.cs
- MapPathBasedVirtualPathProvider.cs
- InsufficientExecutionStackException.cs
- InternalControlCollection.cs
- RelationHandler.cs
- HealthMonitoringSection.cs
- QuaternionAnimation.cs
- GenericUriParser.cs
- BasicExpressionVisitor.cs
- LinkedResourceCollection.cs
- DotAtomReader.cs
- Int32.cs
- CodeDirectiveCollection.cs
- RemoteCryptoTokenProvider.cs
- TransformDescriptor.cs
- HtmlTableCell.cs
- UnsafeNativeMethodsPenimc.cs
- WebPartDeleteVerb.cs
- StorageAssociationSetMapping.cs
- DBParameter.cs
- MD5.cs
- ConfigurationManager.cs
- LogLogRecordHeader.cs
- Expressions.cs
- BridgeDataRecord.cs
- BookmarkList.cs
- XPathNavigatorException.cs
- ComNativeDescriptor.cs
- ElementAction.cs
- ModelVisual3D.cs
- TreeNodeStyleCollectionEditor.cs
- CurrencyManager.cs
- TextUtf8RawTextWriter.cs
- SqlRowUpdatingEvent.cs
- PeerCollaboration.cs
- TaskCanceledException.cs
- ServiceMemoryGates.cs
- UndirectedGraph.cs
- AbsoluteQuery.cs
- FramingDecoders.cs
- ConfigurationManagerInternal.cs
- MsmqChannelListenerBase.cs
- TextRunTypographyProperties.cs
- SettingsSavedEventArgs.cs
- UnmanagedMemoryStream.cs
- SecurityElement.cs
- DataList.cs
- ConnectionInterfaceCollection.cs
- PartialCachingAttribute.cs
- IUnknownConstantAttribute.cs
- ConstructorBuilder.cs
- ObjectSpanRewriter.cs
- SqlProviderServices.cs
- EditorPartChrome.cs
- ProxyWebPartConnectionCollection.cs
- LayoutTableCell.cs
- WmlFormAdapter.cs