This documentation is archived and is not being maintained.
Extensions::InDocumentOrder<T> Method
Visual Studio 2008
Returns a collection of nodes that contains all nodes in the source collection, sorted in document order.
Assembly: System.Xml.Linq (in System.Xml.Linq.dll)
[ExtensionAttribute] public: generic<typename T> where T : XNode static IEnumerable<T>^ InDocumentOrder( IEnumerable<T>^ source )
Type Parameters
- T
The type of the objects in source, constrained to XNode.
Parameters
- source
- Type: System.Collections.Generic::IEnumerable<T>
An IEnumerable<T> of XNode that contains the source collection.
Return Value
Type: System.Collections.Generic::IEnumerable<T>An IEnumerable<T> of XNode that contains all nodes in the source collection, sorted in document order.
Usage Note
In Visual Basic and C#, you can call this method as an instance method on any object of type IEnumerable<T>. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).Windows 7, Windows Vista, Windows XP SP2, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003, Windows CE, Windows Mobile for Smartphone, Windows Mobile for Pocket PC, Xbox 360, Zune
The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show: