Свойство | Type | Description | |
---|---|---|---|
System | bool | ||
System | int |
Méthode | Description | |
---|---|---|
Clear ( ) : void | ||
GetEnumerator ( ) : System.Collections.IEnumerator | ||
RemoveAt ( int index ) : void | ||
System ( System array, int index ) : void | ||
System ( int index, object value ) : void | ||
System ( object value ) : void | ||
this ( int index ) : objectSystem.Collections.IList. |
Méthode | Description | |
---|---|---|
System ( object value ) : bool | ||
System ( object value ) : int |
public GetEnumerator ( ) : System.Collections.IEnumerator | ||
Résultat | System.Collections.IEnumerator |
public System ( System array, int index ) : void | ||
array | System | |
index | int | |
Résultat | void |
public System ( int index, object value ) : void | ||
index | int | |
value | object | |
Résultat | void |
public this ( int index ) : objectSystem.Collections.IList. | ||
index | int | |
Résultat | objectSystem.Collections.IList. |