Class ThreadStaticList<T>
This item supports the framework infrastructure and is not intended to be used directly from your code.
public class ThreadStaticList<T> : List<T>, IList<T>, ICollection<T>, IList, ICollection, IReadOnlyList<T>, IReadOnlyCollection<T>, IEnumerable<T>, IEnumerable, IDisposable
Type Parameters
T
- This item supports the framework infrastructure and is not intended to be used directly from your code.
- Inheritance
-
List<T>ThreadStaticList<T>
- Implements
-
IList<T>ICollection<T>IEnumerable<T>
- Extension Methods
Constructors
- ThreadStaticList(int)
This item supports the framework infrastructure and is not intended to be used directly from your code.
Properties
- IsDisposed
This item supports the framework infrastructure and is not intended to be used directly from your code.
Methods
- Dispose()
Disposes this
ThreadStaticList
and frees resources associated with it.
- Dispose(bool)
This item supports the framework infrastructure and is not intended to be used directly from your code.
- ~ThreadStaticList()
This item supports the framework infrastructure and is not intended to be used directly from your code.