Code:
/ DotNET / DotNET / 8.0 / untmp / whidbey / REDBITS / 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
- KeyValuePair.cs
- TextEditorSelection.cs
- securitymgrsite.cs
- DataServiceRequestException.cs
- BamlLocalizationDictionary.cs
- RegistryKey.cs
- PasswordRecovery.cs
- GroupStyle.cs
- CompilerLocalReference.cs
- SmtpReplyReaderFactory.cs
- odbcmetadatacolumnnames.cs
- HtmlEmptyTagControlBuilder.cs
- EventDescriptorCollection.cs
- PublisherMembershipCondition.cs
- GrabHandleGlyph.cs
- UnaryQueryOperator.cs
- WizardPanelChangingEventArgs.cs
- ApplicationDirectory.cs
- CreatingCookieEventArgs.cs
- EventRoute.cs
- UTF7Encoding.cs
- Expression.cs
- MediaContextNotificationWindow.cs
- ToolStripDropDownMenu.cs
- TriggerAction.cs
- ConfigXmlComment.cs
- ControlCachePolicy.cs
- RemotingServices.cs
- ListItem.cs
- IList.cs
- EndPoint.cs
- QuaternionIndependentAnimationStorage.cs
- ShellProvider.cs
- SchemaInfo.cs
- RefType.cs
- XmlTextWriter.cs
- SizeIndependentAnimationStorage.cs
- AnimatedTypeHelpers.cs
- __Error.cs
- SudsWriter.cs
- BookmarkOptionsHelper.cs
- FontClient.cs
- RtfToXamlLexer.cs
- NavigationService.cs
- CfgSemanticTag.cs
- isolationinterop.cs
- DataTableClearEvent.cs
- ToolBarButton.cs
- _TLSstream.cs
- WinInet.cs
- ListenerBinder.cs
- BooleanToSelectiveScrollingOrientationConverter.cs
- DependsOnAttribute.cs
- RTLAwareMessageBox.cs
- QueuePathDialog.cs
- OracleConnectionString.cs
- EntityDataSourceContainerNameItem.cs
- ACE.cs
- RelationshipEndCollection.cs
- BindingWorker.cs
- ConditionalAttribute.cs
- PolyLineSegment.cs
- RSAPKCS1SignatureDeformatter.cs
- SocketElement.cs
- StretchValidation.cs
- Fonts.cs
- SequentialUshortCollection.cs
- GlobalItem.cs
- ReflectTypeDescriptionProvider.cs
- XPathArrayIterator.cs
- DefaultProxySection.cs
- ScriptComponentDescriptor.cs
- ViewKeyConstraint.cs
- SqlAliaser.cs
- HexParser.cs
- BitmapFrameEncode.cs
- PropertyGridView.cs
- QilValidationVisitor.cs
- DataServiceRequestException.cs
- DirectoryObjectSecurity.cs
- VerificationAttribute.cs
- StorageAssociationSetMapping.cs
- NodeInfo.cs
- _LoggingObject.cs
- XmlByteStreamWriter.cs
- SelectionWordBreaker.cs
- HttpCacheVaryByContentEncodings.cs
- ContextStaticAttribute.cs
- WindowsContainer.cs
- PerformanceCounterPermissionEntryCollection.cs
- SoapInteropTypes.cs
- BitmapEffectDrawing.cs
- ResourceSet.cs
- RC2.cs
- ChannelBase.cs
- BinHexDecoder.cs
- LogStore.cs
- HttpCapabilitiesSectionHandler.cs
- DecoderExceptionFallback.cs
- DataRecord.cs