Table of Contents

Interface ISynchronizedCollection<T>

Namespace
Ecng.Collections
Assembly
Ecng.Collections.dll

Represents a generic synchronized collection.

public interface ISynchronizedCollection<T> : ISynchronizedCollection, ICollection<T>, IEnumerable<T>, IEnumerable

Type Parameters

T

The type of elements in the collection.

Inherited Members
Extension Methods