메소드 | 설명 | |
---|---|---|
Add ( object value ) : int | ||
AddFirst ( object value ) : void | ||
AddLast ( object value ) : int | ||
Clear ( ) : void | ||
Contains ( object value ) : bool | ||
CopyTo ( |
||
GetEnumerator ( ) : IEnumerator | ||
IndexOf ( object value ) : int | ||
Insert ( int index, object value ) : void | ||
LinkedList ( ) : System | ||
Remove ( object value ) : void | ||
RemoveAt ( int index ) : void | ||
Replace ( object old, object value ) : bool | ||
ToArray ( |
||
this ( int index ) : object |
메소드 | 설명 | |
---|---|---|
GetNode ( int index ) : |
Returns the node at the specified index.
|
|
ValidateIndex ( int index ) : void |
Validates the specified index.
|
public CopyTo ( |
||
array | ||
index | int | |
리턴 | void |