메소드 |
설명 |
|
Add ( string value ) : int |
|
|
AddRange ( string value ) : void |
|
|
Clear ( ) : void |
|
|
Contains ( string value ) : bool |
|
|
CopyTo ( string array, int index ) : void |
|
|
GetEnumerator ( ) : System.Collections.Specialized.StringEnumerator |
|
|
IndexOf ( string value ) : int |
|
|
Insert ( int index, string value ) : void |
|
|
Remove ( string value ) : void |
|
|
RemoveAt ( int index ) : void |
|
|
StringCollection ( ) |
|
|
System ( System array, int index ) : void |
|
|
System ( int index, object value ) : void |
|
|
System ( object value ) : void |
|
|
this ( int index ) : objectSystem.Collections.IList. |
|
|
this ( int index ) : string |
|
|