Interface INativeList<T>
Syntax
public interface INativeList<T>
where T : struct
Type Parameters
Properties
Capacity
Declaration
int Capacity { get; set; }
Property Value
IsEmpty
Reports whether container is empty.
Declaration
Property Value
Type |
Description |
Boolean |
True if this container empty.
|
Item[Int32]
Declaration
T this[int index] { get; set; }
Parameters
Type |
Name |
Description |
Int32 |
index |
|
Property Value
Length
Declaration
Property Value
Methods
Clear()
Declaration
ElementAt(Int32)
Declaration
Parameters
Type |
Name |
Description |
Int32 |
index |
|
Returns