Show / Hide Table of Contents

Namespace DotNext.Collections.Concurrent

Classes

CopyOnWriteList<T>

A thread-safe variant of in which all mutative operations are implemented by making a snapshot copy of the underlying array.

Structs

CopyOnWriteList<T>.Enumerator

Represents enumerator over elements in the list.

Back to top Generated by DocFX