메소드 | 설명 | |
---|---|---|
Add ( Object obj ) : int | ||
AddRange ( ICollection c ) : void | ||
BinarySearch ( int index, int count, Object value, IComparer comparer ) : int | ||
Clear ( ) : void | ||
Clone ( ) : Object | ||
Contains ( Object obj ) : bool | ||
CopyTo ( |
||
CopyTo ( int index, |
||
GetEnumerator ( ) : IEnumerator | ||
GetEnumerator ( int index, int count ) : IEnumerator | ||
GetRange ( int index, int count ) : |
||
IndexOf ( Object value ) : int | ||
IndexOf ( Object value, int startIndex, int count ) : int | ||
Insert ( int index, Object obj ) : void | ||
InsertRange ( int index, ICollection c ) : void | ||
LastIndexOf ( Object value ) : int | ||
Remove ( Object value ) : void | ||
RemoveAt ( int index ) : void | ||
RemoveRange ( int index, int count ) : void | ||
Reverse ( int index, int count ) : void | ||
SetRange ( int index, ICollection c ) : void | ||
Sort ( int index, int count, IComparer comparer ) : void | ||
ToArray ( ) : Object[] | ||
TrimToSize ( ) : void | ||
this ( int index ) : Object |
메소드 | 설명 | |
---|---|---|
IListWrapper ( IList list ) : System.Security | ||
IndexOf ( Object value, int startIndex ) : int | ||
LastIndexOf ( Object value, int startIndex ) : int | ||
LastIndexOf ( Object value, int startIndex, int count ) : int | ||
ToArray ( |
public BinarySearch ( int index, int count, Object value, IComparer comparer ) : int | ||
index | int | |
count | int | |
value | Object | |
comparer | IComparer | |
리턴 | int |
public CopyTo ( |
||
array | ||
index | int | |
리턴 | void |
public CopyTo ( int index, |
||
index | int | |
array | ||
arrayIndex | int | |
count | int | |
리턴 | void |
public GetEnumerator ( int index, int count ) : IEnumerator | ||
index | int | |
count | int | |
리턴 | IEnumerator |
public GetRange ( int index, int count ) : |
||
index | int | |
count | int | |
리턴 |
public IndexOf ( Object value, int startIndex, int count ) : int | ||
value | Object | |
startIndex | int | |
count | int | |
리턴 | int |
public InsertRange ( int index, ICollection c ) : void | ||
index | int | |
c | ICollection | |
리턴 | void |
public SetRange ( int index, ICollection c ) : void | ||
index | int | |
c | ICollection | |
리턴 | void |
public Sort ( int index, int count, IComparer comparer ) : void | ||
index | int | |
count | int | |
comparer | IComparer | |
리턴 | void |