Table of Contents

Interface IArray<T>

Namespace
Anvil
Assembly
NWN.Anvil.dll

Represents a collection of elements that can be accessed and modified by index, but may not be resized.

public interface IArray<T> : IReadOnlyList<T>, IReadOnlyCollection<T>, IEnumerable<T>, IEnumerable

Type Parameters

T

The type of elements in the array.

Inherited Members
Extension Methods

Properties

this[int]