Orderer Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Performs a topological sort of orderable extension parts.
public ref class Orderer abstract sealed
public ref class Orderer abstract sealed
class Orderer abstract sealed
public static class Orderer
type Orderer = class
Public Class Orderer
- Inheritance
-
Orderer
Methods
Order<TValue,TMetadata>(IEnumerable<Lazy<TValue,TMetadata>>) |
Orders a list of items that are all orderable, that is, items that implement the IOrderable interface. |