Interface IIndexable<T>
An indexable collection.
Namespace: Unity.Collections
Assembly: solution.dll
Syntax
public interface IIndexable<T> where T : unmanaged
  Type Parameters
| Name | Description | 
|---|---|
| T | The type of the elements in the collection.  | 
      
Properties
| Name | Description | 
|---|---|
| Length | The current number of elements in the collection.  | 
      
Methods
| Name | Description | 
|---|---|
| ElementAt(int) | Returns a reference to the element at a given index.  |