Table of Contents

Interface IIdentifiableCollection<TIdentifiable>

Namespace
MonkeyLoader.Meta
Assembly
MonkeyLoader.dll

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

public interface IIdentifiableCollection<out TIdentifiable> where TIdentifiable : IIdentifiable

Type Parameters

TIdentifiable

The type of the IIdentifiable items.

Extension Methods

Properties

Items

Gets the IIdentifiable items.

IEnumerable<out TIdentifiable> Items { get; }

Property Value

IEnumerable<TIdentifiable>