Show / Hide Table of Contents

    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 source

    SortIndex

    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.

    • Improve this doc
    • View source
    GitHub E-Mail
    ↑ Back to top © 2020 Sergio Aquilini