Interface IOrdered
An interface that can be implemented by objects that should be orderable.
public interface IOrdered
Properties
Order
Gets the order of this object
int Order { get; }
An interface that can be implemented by objects that should be orderable.
public interface IOrdered
Gets the order of this object
int Order { get; }