Interface IStoredDataPartition<T>
A minimalistic list interface with thread safe entries list for storage purposes.
Inherited Members
Namespace: Eco.Gameplay.Utils
Assembly: Eco.Gameplay.dll
Syntax
public interface IStoredDataPartition<T> : IDataPartition<T>, IStorage, ISerializable
Type Parameters
Name | Description |
---|---|
T |
Remarks
Use this when implementing actual data partition for use with PartitionedData<TPartition, TEntry>.
Properties
Entries
Declaration
ThreadSafeList<T> Entries { get; }
Property Value
Type | Description |
---|---|
ThreadSafeList<T> |