Table of Contents

Interface INestedIdentifiable

Namespace
MonkeyLoader.Meta
Assembly
MonkeyLoader.dll

Defines the interface for nested identifiable items, i.e. those that have an IIdentifiable parent.

public interface INestedIdentifiable : IIdentifiable
Inherited Members
Extension Methods

Remarks

Rather than implementing this, implement INestedIdentifiable<TParent>.

Properties

Parent

Gets this item's identifiable parent.

IIdentifiable Parent { get; }

Property Value

IIdentifiable