Skip to content

Microsoft FactoryOrchestrator Core LockingList T

Microsoft.FactoryOrchestrator.Core

Microsoft.FactoryOrchestrator.Core

LockingList<T> Class

A wrapper for the List class that locks the list on any modification operations.

public class LockingList<T> :
System.Collections.Generic.ICollection<T>,
System.Collections.Generic.IEnumerable<T>,
System.Collections.IEnumerable,
System.Collections.Generic.IList<T>,
System.Collections.Generic.IReadOnlyCollection<T>,
System.Collections.Generic.IReadOnlyList<T>

Inheritance System.Object 🡒 LockingList<T>

Implements System.Collections.Generic.ICollection<T>, System.Collections.Generic.IEnumerable<T>, System.Collections.IEnumerable, System.Collections.Generic.IList<T>, System.Collections.Generic.IReadOnlyCollection<T>, System.Collections.Generic.IReadOnlyList<T>

Type parameters

T

Properties

Methods