Interface ISorted
Declares a SortIndex
property that can be used to properly order the objects implementing this
interface.
Namespace: Silverback
Assembly: Silverback.Core.dll
Syntax
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
| Improve this doc View sourceSortIndex
Gets the sort index.
Declaration
int SortIndex { get; }
Property Value
Type | Description |
---|---|
int |
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.