Interface IReadOnlyRegistry<T>

Namespace
FTK2.ModAPI.Registries
Assembly
FTK2.ModAPI.dll
public interface IReadOnlyRegistry<T>

Type Parameters

T

Properties

Entries

IReadOnlyList<RegistryEntry<T>> Entries { get; }

Property Value

IReadOnlyList<RegistryEntry<T>>

Methods

TryGet(string, out RegistryEntry<T>?)

bool TryGet(string id, out RegistryEntry<T>? entry)

Parameters

id string
entry RegistryEntry<T>

Returns

bool