Метод | Описание | |
---|---|---|
Add ( string value ) : void | ||
AddRange ( string range ) : void | ||
Clear ( ) : void | ||
Clone ( ) : |
||
CommaDelimitedStringCollection ( ) : System | ||
Insert ( int index, string value ) : void | ||
Remove ( string value ) : void | ||
SetReadOnly ( ) : void | ||
ToString ( ) : string | ||
this ( int index ) : string |
Метод | Описание | |
---|---|---|
FromString ( string list ) : void | ||
ThrowIfContainsDelimiter ( string value ) : void | ||
ThrowIfReadOnly ( ) : void |
public Clone ( ) : |
||
Результат |
public CommaDelimitedStringCollection ( ) : System | ||
Результат | System |
public Insert ( int index, string value ) : void | ||
index | int | |
value | string | |
Результат | void |