Interface IIdentifiableOwner<TOwner, TNestedIdentifiable>
- Namespace
- MonkeyLoader.Meta
- Assembly
- MonkeyLoader.dll
Defines the interface for identifiable items that are the parents of concrete INestedIdentifiable<TParent>s.
public interface IIdentifiableOwner<in TOwner, out TNestedIdentifiable> : IIdentifiableOwner<TNestedIdentifiable>, IIdentifiable where TOwner : IIdentifiableOwner<in TOwner, out TNestedIdentifiable> where TNestedIdentifiable : INestedIdentifiable<in TOwner>
Type Parameters
TOwner
The implementing type and concrete parent's type for the INestedIdentifiable<TParent> children.
TNestedIdentifiable
The type of the nested INestedIdentifiable<TParent> children.
- Inherited Members
- Extension Methods