Search Results for

    Show / Hide Table of Contents

    Class Groups<T>

    トラック一覧

    Inheritance
    object
    List<T>
    Groups<T>
    Implements
    IList<T>
    ICollection<T>
    IReadOnlyList<T>
    IReadOnlyCollection<T>
    IEnumerable<T>
    IList
    ICollection
    IEnumerable
    Inherited Members
    List<T>.Add(T)
    List<T>.AddRange(IEnumerable<T>)
    List<T>.AsReadOnly()
    List<T>.BinarySearch(T)
    List<T>.BinarySearch(T, IComparer<T>)
    List<T>.BinarySearch(int, int, T, IComparer<T>)
    List<T>.Clear()
    List<T>.Contains(T)
    List<T>.ConvertAll<TOutput>(Converter<T, TOutput>)
    List<T>.CopyTo(T[])
    List<T>.CopyTo(T[], int)
    List<T>.CopyTo(int, T[], int, int)
    List<T>.Exists(Predicate<T>)
    List<T>.Find(Predicate<T>)
    List<T>.FindAll(Predicate<T>)
    List<T>.FindIndex(int, int, Predicate<T>)
    List<T>.FindIndex(int, Predicate<T>)
    List<T>.FindIndex(Predicate<T>)
    List<T>.FindLast(Predicate<T>)
    List<T>.FindLastIndex(int, int, Predicate<T>)
    List<T>.FindLastIndex(int, Predicate<T>)
    List<T>.FindLastIndex(Predicate<T>)
    List<T>.ForEach(Action<T>)
    List<T>.GetEnumerator()
    List<T>.GetRange(int, int)
    List<T>.IndexOf(T)
    List<T>.IndexOf(T, int)
    List<T>.IndexOf(T, int, int)
    List<T>.Insert(int, T)
    List<T>.InsertRange(int, IEnumerable<T>)
    List<T>.LastIndexOf(T)
    List<T>.LastIndexOf(T, int)
    List<T>.LastIndexOf(T, int, int)
    List<T>.Remove(T)
    List<T>.RemoveAll(Predicate<T>)
    List<T>.RemoveAt(int)
    List<T>.RemoveRange(int, int)
    List<T>.Reverse()
    List<T>.Reverse(int, int)
    List<T>.Sort()
    List<T>.Sort(IComparer<T>)
    List<T>.Sort(Comparison<T>)
    List<T>.Sort(int, int, IComparer<T>)
    List<T>.ToArray()
    List<T>.TrimExcess()
    List<T>.TrueForAll(Predicate<T>)
    List<T>.Capacity
    List<T>.Count
    List<T>.this[int]
    Namespace: LibSasara.Model.Serialize
    Assembly: LibSasara.dll
    Syntax
    public class Groups<T> : List<T>, IList<T>, ICollection<T>, IReadOnlyList<T>, IReadOnlyCollection<T>, IEnumerable<T>, IList, ICollection, IEnumerable
    Type Parameters
    Name Description
    T

    Properties

    ActiveGroup

    選択中(アクティブ中)のトラックID

    Declaration
    public Guid ActiveGroup { get; set; }
    Property Value
    Type Description
    Guid

    Implements

    IList<T>
    ICollection<T>
    IReadOnlyList<T>
    IReadOnlyCollection<T>
    IEnumerable<T>
    IList
    ICollection
    IEnumerable
    In this article
    Back to top LibSasara