IIndexable<T>
An indexable collection.
Read time 1 minuteLast updated 11 days ago
Definition
- Type: Interface
- Namespace: Unity.Collections
- Assembly: UnityEngine.ManagedKernelModule
public interface IIndexable<T> where T : unmanaged
Properties
Property | Description |
|---|---|
| Length | The current number of elements in the collection. |
Methods
Method | Description |
|---|---|
| ElementAt | Returns a reference to the element at a given index. |