Method | Description | |
---|---|---|
Add ( int index, object value ) : void | ||
Add ( object value ) : void | ||
Clear ( ) : void | ||
Get ( int index ) : object | ||
IndexOf ( object obj ) : int | ||
IsEmpty ( ) : bool | ||
IsSealed ( ) : bool | ||
LastIndexOf ( object obj ) : int | ||
ObjArray ( ) : System | ||
Peek ( ) : object | ||
Pop ( ) : object | ||
Push ( object value ) : void | ||
Remove ( int index ) : void | ||
Seal ( ) : void | ||
Set ( int index, object value ) : void | ||
SetSize ( int newSize ) : void | ||
Size ( ) : int | ||
ToArray ( ) : object[] | ||
ToArray ( object array ) : void | ||
ToArray ( object array, int offset ) : void |
Method | Description | |
---|---|---|
EnsureCapacity ( int minimalCapacity ) : void | ||
GetImpl ( int index ) : object | ||
OnEmptyStackTopRead ( ) : |
||
OnInvalidIndex ( int index, int upperBound ) : |
||
OnSeledMutation ( ) : |
||
ReadObject ( |
||
SetImpl ( int index, object value ) : void | ||
WriteObject ( |
public Add ( int index, object value ) : void | ||
index | int | |
value | object | |
return | void |
public Set ( int index, object value ) : void | ||
index | int | |
value | object | |
return | void |
public ToArray ( object array, int offset ) : void | ||
array | object | |
offset | int | |
return | void |