Interface ISorted
- Namespace
- Silverback
- Assembly
- Silverback.Core.dll
Declares a SortIndex property that can be used to properly order the objects implementing this
interface.
public interface ISorted
Remarks
Used for example to sort the behaviors.
The SortBySortIndex extension method can be used to sort the enumerable collections of
objects implementing
this interface.
Properties
SortIndex
Gets the sort index.
int SortIndex { get; }