Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / whidbey / NetFxQFE / ndp / fx / src / Xml / System / Xml / XPath / Internal / ValueQuery.cs / 1 / 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
- WindowsGrip.cs
- MimeFormReflector.cs
- GroupItemAutomationPeer.cs
- AssociationTypeEmitter.cs
- ConfigurationLocationCollection.cs
- WindowsIPAddress.cs
- ReachDocumentReferenceSerializerAsync.cs
- DataGridViewSelectedColumnCollection.cs
- SettingsContext.cs
- TextRangeAdaptor.cs
- ActiveDocumentEvent.cs
- PathHelper.cs
- FieldDescriptor.cs
- XmlBindingWorker.cs
- IDQuery.cs
- HttpErrorTraceRecord.cs
- MD5.cs
- SqlDataSourceConfigureSortForm.cs
- PageEventArgs.cs
- XmlCharCheckingReader.cs
- IndentedWriter.cs
- BatchStream.cs
- AuthenticationException.cs
- TraceUtility.cs
- Canvas.cs
- StateMachine.cs
- AuthenticationService.cs
- hresults.cs
- ValidationErrorInfo.cs
- diagnosticsswitches.cs
- URIFormatException.cs
- _NestedMultipleAsyncResult.cs
- XmlSchemaSimpleTypeRestriction.cs
- ApplicationHost.cs
- UpdatePanelTrigger.cs
- XamlTreeBuilder.cs
- VolatileEnlistmentMultiplexing.cs
- XamlFigureLengthSerializer.cs
- MembershipPasswordException.cs
- XmlCharCheckingReader.cs
- LicenseContext.cs
- DetailsView.cs
- bindurihelper.cs
- Polygon.cs
- JsonWriter.cs
- DateTimeOffsetConverter.cs
- FileRecordSequenceCompletedAsyncResult.cs
- GZipDecoder.cs
- XmlDeclaration.cs
- PolyBezierSegment.cs
- SemaphoreFullException.cs
- XmlSchemaInclude.cs
- FormatterServices.cs
- DataGridViewRowHeightInfoPushedEventArgs.cs
- SerializationFieldInfo.cs
- DbConnectionPool.cs
- NextPreviousPagerField.cs
- SignedXml.cs
- CellTreeSimplifier.cs
- NativeMethods.cs
- FastEncoderWindow.cs
- Calendar.cs
- SqlRowUpdatingEvent.cs
- RightsManagementEncryptedStream.cs
- ResourcesGenerator.cs
- BuildProviderCollection.cs
- FilteredAttributeCollection.cs
- WebUtil.cs
- NonSerializedAttribute.cs
- XmlMemberMapping.cs
- SecureUICommand.cs
- ScrollEventArgs.cs
- FlowLayout.cs
- KoreanCalendar.cs
- InternalMappingException.cs
- EventLogPermissionEntry.cs
- BaseContextMenu.cs
- DataSourceControl.cs
- DynamicDiscoveryDocument.cs
- CmsUtils.cs
- PropertyEntry.cs
- VisualTreeHelper.cs
- HttpRuntime.cs
- RoleManagerModule.cs
- TypeContext.cs
- ObjectList.cs
- HatchBrush.cs
- XmlElementAttribute.cs
- TextureBrush.cs
- CultureTableRecord.cs
- RawStylusInputReport.cs
- pingexception.cs
- EntityDataSourceStatementEditorForm.cs
- BinaryObjectWriter.cs
- WebPartsSection.cs
- OleDbRowUpdatingEvent.cs
- Panel.cs
- ZipIOCentralDirectoryFileHeader.cs
- InstanceCreationEditor.cs
- RtfToXamlReader.cs