Code:
/ FXUpdate3074 / FXUpdate3074 / 1.1 / untmp / whidbey / QFE / ndp / fx / src / Xml / System / Xml / XPath / Internal / ReversePositionQuery.cs / 1 / ReversePositionQuery.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //[....] //----------------------------------------------------------------------------- namespace MS.Internal.Xml.XPath { using System; using System.Xml; using System.Xml.XPath; using System.Diagnostics; internal sealed class ReversePositionQuery : ForwardPositionQuery { public ReversePositionQuery(Query input) : base(input) { } private ReversePositionQuery(ReversePositionQuery other) : base(other) { } public override XPathNodeIterator Clone() { return new ReversePositionQuery(this); } public override int CurrentPosition { get { return outputBuffer.Count - count + 1; } } public override QueryProps Properties { get { return base.Properties | QueryProps.Reverse; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. // Copyright (c) Microsoft Corporation. All rights reserved.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- TypefaceMetricsCache.cs
- DataGridDesigner.cs
- CheckedPointers.cs
- NotifyCollectionChangedEventArgs.cs
- FontDriver.cs
- CreateUserWizard.cs
- ConnectionManagementElement.cs
- Context.cs
- Section.cs
- PackageRelationshipSelector.cs
- EditorPartCollection.cs
- BinaryMessageEncodingElement.cs
- Context.cs
- WorkItem.cs
- SqlCharStream.cs
- WindowsPrincipal.cs
- Rect3D.cs
- _BasicClient.cs
- BitmapSourceSafeMILHandle.cs
- DocumentXmlWriter.cs
- EntryIndex.cs
- NamedElement.cs
- MouseBinding.cs
- XmlIgnoreAttribute.cs
- PermissionSetEnumerator.cs
- ErasingStroke.cs
- TrustSection.cs
- WebPartConnectionsDisconnectVerb.cs
- IisTraceListener.cs
- StylusPointDescription.cs
- BaseDataBoundControl.cs
- HtmlLiteralTextAdapter.cs
- COM2ColorConverter.cs
- SingleAnimationUsingKeyFrames.cs
- DesignerEditorPartChrome.cs
- WaitingCursor.cs
- TcpTransportSecurityElement.cs
- HttpChannelHelpers.cs
- ArrayElementGridEntry.cs
- RegistryKey.cs
- SoapElementAttribute.cs
- TdsRecordBufferSetter.cs
- ScriptServiceAttribute.cs
- NumberSubstitution.cs
- AutomationPeer.cs
- XsltQilFactory.cs
- ReflectionPermission.cs
- EntityTypeBase.cs
- TraceEventCache.cs
- SystemWebCachingSectionGroup.cs
- InheritedPropertyChangedEventArgs.cs
- Vars.cs
- SystemInfo.cs
- TableStyle.cs
- TypedElement.cs
- ModelItemCollection.cs
- SingleConverter.cs
- SafeCryptoHandles.cs
- TablePattern.cs
- SecurityPermission.cs
- DataBindingsDialog.cs
- AppSecurityManager.cs
- Hex.cs
- FaultDescription.cs
- SymDocumentType.cs
- IWorkflowDebuggerService.cs
- IdnElement.cs
- RectAnimationBase.cs
- HttpCachePolicyElement.cs
- ProcessProtocolHandler.cs
- AnonymousIdentificationModule.cs
- TextStore.cs
- TreeView.cs
- UIElementCollection.cs
- WebPartCatalogAddVerb.cs
- Validator.cs
- DataObjectPastingEventArgs.cs
- GeometryModel3D.cs
- IgnoreSectionHandler.cs
- FullTrustAssembly.cs
- CorrelationResolver.cs
- AvTraceFormat.cs
- ThicknessAnimationUsingKeyFrames.cs
- SyndicationElementExtension.cs
- WindowsPen.cs
- ItemList.cs
- SharedStatics.cs
- ConfigurationCollectionAttribute.cs
- DataObjectMethodAttribute.cs
- WebPartEventArgs.cs
- SmtpFailedRecipientException.cs
- ConfigurationSectionGroup.cs
- FragmentNavigationEventArgs.cs
- TrackingRecord.cs
- DetailsViewInsertEventArgs.cs
- baseaxisquery.cs
- MonikerSyntaxException.cs
- PeerContact.cs
- BitmapSourceSafeMILHandle.cs
- SafeNativeMethods.cs