Table of Contents

Interface INestedIdentifiableCollection<TNestedIdentifiable>

Namespace
MonkeyLoader.Meta
Assembly
MonkeyLoader.dll

Defines the interface for root objects that are the (indirect) parents of INestedIdentifiable items.

public interface INestedIdentifiableCollection<out TNestedIdentifiable> where TNestedIdentifiable : INestedIdentifiable

Type Parameters

TNestedIdentifiable

The type of the INestedIdentifiable items.

Extension Methods

Properties

Items

Gets the INestedIdentifiable items.

IEnumerable<out TNestedIdentifiable> Items { get; }

Property Value

IEnumerable<TNestedIdentifiable>