Table of Contents

Interface IIdentifiableOwnerSearch<TIdentifiable>

Namespace
MonkeyLoader.Meta
Assembly
MonkeyLoader.dll

Defines the interface for a search of an IIdentifiableOwner<TNestedIdentifiable>'s direct INestedIdentifiable child items.

public interface IIdentifiableOwnerSearch<out TIdentifiable> : INestedIdentifiableOwnerSearch<TIdentifiable>, INestedIdentifiableSearch<TIdentifiable> where TIdentifiable : INestedIdentifiable

Type Parameters

TIdentifiable

The type of the INestedIdentifiable child items.

Inherited Members

Methods

ById(string)

Searches for a direct child item by its given id.

TIdentifiable ById(string id)

Parameters

id string

The Id of the item to search for.

Returns

TIdentifiable

The found item.

Exceptions

KeyNotFoundException

When no item with the given id was found.