Table of Contents

Class ThreadStaticList<T>

Namespace
Alternet.Common
Assembly
Alternet.Common.v9.dll

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
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.