Search Results for

    Show / Hide Table of Contents

    Class SortableItem<T>

    Inheritance
    object
    SortableItem<T>
    Implements
    IComparable<SortableItem<T>>
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: LobsterFramework
    Assembly: LobsterFramework.dll
    Syntax
    public class SortableItem<T> : IComparable<SortableItem<T>>
    Type Parameters
    Name Description
    T

    Fields

    | Improve this Doc View Source

    item

    Declaration
    public T item
    Field Value
    Type Description
    T
    | Improve this Doc View Source

    priority

    Declaration
    public int priority
    Field Value
    Type Description
    int

    Methods

    | Improve this Doc View Source

    CompareTo(SortableItem<T>)

    Declaration
    public int CompareTo(SortableItem<T> other)
    Parameters
    Type Name Description
    SortableItem<T> other
    Returns
    Type Description
    int

    Implements

    IComparable<T>
    • Improve this Doc
    • View Source
    In This Article
    Back to top LobsterFramework documentation