Interface INestedIdentifiableSearch<TIdentifiable>
- Namespace
- MonkeyLoader.Meta
- Assembly
- MonkeyLoader.dll
Defines the interface for a search of an INestedIdentifiable item.
public interface INestedIdentifiableSearch<out TIdentifiable> where TIdentifiable : INestedIdentifiable
Type Parameters
TIdentifiable
The type of the INestedIdentifiable items.
Methods
ByFullId(string)
Searches for an item by its given id.
TIdentifiable ByFullId(string fullId)
Parameters
Returns
- TIdentifiable
The found item.
Exceptions
- KeyNotFoundException
When no item with the given full id was found.