Show / Hide Table of Contents

Interface IStoredDataPartition<T>

A minimalistic list interface with thread safe entries list for storage purposes.

Inherited Members
IDataPartition<T>.AddEntry(T)
IDataPartition<T>.GetEnumerable()
IDataPartition<T>.RemoveAll(Predicate<T>)
IDataPartition<T>.NumEntries
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>

Extension Methods

TagUtils.TagNames(Object, Boolean)
TagUtils.TagDisplayNames(Object, Boolean)
ClientSetViewExtensions.SetClassOfProperty(Object, Player, String, String, Int32)
TypeTooltipExtensions.UILinkGeneric(Object)
☀
☾
In This Article
Back to top
Copyright (c) Strange Loop Games 2021
☀
☾