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