Interface IReadOnlyList<T>
Namespace: UnityEngine.Experimental.Input.Net35Compatibility
Syntax
public interface IReadOnlyList<T> : IEnumerable<T>
Type Parameters
Name | Description |
---|---|
T |
Properties
Count
Declaration
int Count { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
Item[Int32]
Declaration
T this[int index] { get; }
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | index |
Property Value
Type | Description |
---|---|
T |