Interface IOrdered
Denotes an entity that has a relative Order property within a collection of entities
Namespace: Azos.Collections
Assembly: Azos.dll
Syntax
public interface IOrdered
Properties
Order
Declaration
int Order { get; }
Property Value
| Type | Description |
|---|---|
| System.Int32 |