메소드 |
설명 |
|
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 |
|
|