Interface ISnapshotable
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
Properties
Snapshot
Declaration
ICollection Snapshot { get; }
Property Value
Type | Description |
---|---|
System.Collections.ICollection |