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
Methods
TryGet(string, out RegistryEntry<T>?)
bool TryGet(string id, out RegistryEntry<T>? entry)
Parameters
idstringentryRegistryEntry<T>