Interface INestedIdentifiable<TParent>
- Namespace
- MonkeyLoader.Meta
- Assembly
- MonkeyLoader.dll
Defines the interface for nested identifiable items,
i.e. those that have a concrete IIdentifiable TParent
.
public interface INestedIdentifiable<out TParent> : INestedIdentifiable, IIdentifiable where TParent : IIdentifiable
Type Parameters
TParent
- Inherited Members
- Extension Methods
Properties
Parent
Gets this item's identifiable parent.
TParent Parent { get; }
Property Value
- TParent