In This Article

IOrderable Interface

Provides the base requirements for an object that can be ordered by name against other named objects.

public interface IOrderable : IKeyedObject

Properties

Orderings

The collection of Ordering objects, used to determine how this object is positioned relative to other objects.

IEnumerable<Ordering>? Orderings { get; }

Property Value

IEnumerable<Ordering>

Inherited Members

Extension Methods