Property | Type | Description | |
---|---|---|---|
System | System.Collections.IEnumerator | ||
System | bool | ||
System | int |
Method | Description | |
---|---|---|
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 |
Method | Description | |
---|---|---|
System ( ) : System.Collections.IEnumerator | ||
System ( object value ) : bool | ||
System ( object value ) : int |
public CopyTo ( string array, int index ) : void | ||
array | string | |
index | int | |
return | void |
public GetEnumerator ( ) : System.Collections.Specialized.StringEnumerator | ||
return | System.Collections.Specialized.StringEnumerator |
public Insert ( int index, string value ) : void | ||
index | int | |
value | string | |
return | void |
public System ( System array, int index ) : void | ||
array | System | |
index | int | |
return | void |
public System ( int index, object value ) : void | ||
index | int | |
value | object | |
return | void |
public this ( int index ) : objectSystem.Collections.IList. | ||
index | int | |
return | objectSystem.Collections.IList. |