Interface ISnapshotable<T>
Interface which may be implemented by collection which supports snapshots of elements (this snapshot is safe to use in thread-safe environment).
Namespace: Eco.Core.Utils
Assembly: Eco.Core.dll
Syntax
public interface ISnapshotable<T>
Type Parameters
| Name | Description |
|---|---|
| T |
Properties
Snapshot
Declaration
ICollection<T> Snapshot { get; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.ICollection<T> |