Search Results for

    Show / Hide Table of Contents

    Namespace Exiled.API.Features.Pools

    Classes

    DictionaryPool<TKey, TValue>

    Defines a system used to store and retrieve System.Collections.Generic.Dictionary<TKey, TValue> objects.

    HashSetPool<T>

    Defines a system used to store and retrieve System.Collections.Generic.HashSet<T> objects.

    ListPool<T>

    Defines a system used to store and retrieve System.Collections.Generic.List<T> objects.

    QueuePool<T>

    Defines a system used to store and retrieve System.Collections.Generic.Queue<T> objects.

    StringBuilderPool

    Defines a system used to store and retrieve System.Text.StringBuilder objects.

    Interfaces

    IPool<T>

    Defines the contract for a class that stores and retrieves commonly used objects.

    In This Article
    Back to top Generated by DocFX