Class SortableItem<T>
Implements
Inherited Members
Namespace: LobsterFramework
Assembly: LobsterFramework.dll
Syntax
public class SortableItem<T> : IComparable<SortableItem<T>>
Type Parameters
Name | Description |
---|---|
T |
Fields
| Improve this Doc View Sourceitem
Declaration
public T item
Field Value
Type | Description |
---|---|
T |
priority
Declaration
public int priority
Field Value
Type | Description |
---|---|
int |
Methods
| Improve this Doc View SourceCompareTo(SortableItem<T>)
Declaration
public int CompareTo(SortableItem<T> other)
Parameters
Type | Name | Description |
---|---|---|
SortableItem<T> | other |
Returns
Type | Description |
---|---|
int |