Show / Hide Table of Contents

    Class Set<T>

    public class Set<T>
    Namespace Engine4.Internal
    Inheritance
    System.Object
    Set<T>

    Constructors

    Set()

    public Set()

    Properties

    Count

    public int Count { get; }

    Item[Int32]

    public T this[int index] { get; }

    Methods

    Add(T)

    public void Add(T t)

    Clear()

    public void Clear()

    Contains(T)

    public bool Contains(T t)

    Contains(Int32)

    public bool Contains(int hash)

    Remove(T)

    public void Remove(T t)
    ▲ Copyright © 2017 Wello Soft