Table of Contents

Interface IEzrIndexedCollection

Namespace
EzrSquared.Runtime.Types.Collections
Assembly
ezrSquared-lib.dll

Interface for an indexed collection of ezrĀ² objects.

public interface IEzrIndexedCollection : IEzrEnumerable, IEzrObject
Inherited Members

Methods

At(int)

Gets the object at the specified index.

IEzrObject At(int index)

Parameters

index int

The index.

Returns

IEzrObject

The object at the index.