Show / Hide Table of Contents

Class ListPool<T>

List pool.

Inheritance
System.Object
CollectionPool<List<T>, T>
ListPool<T>
Inherited Members
CollectionPool<List<T>, T>.Get()
CollectionPool<List<T>, T>.Get(List<T>)
CollectionPool<List<T>, T>.Release(List<T>)
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ToString()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: StansAssets.Foundation.Patterns
Assembly: cs.temp.dll.dll
Syntax
public class ListPool<T> : CollectionPool<List<T>, T>
Type Parameters
Name Description
T

Type of List items.

In This Article
Back to top Generated by DocFX