Свойство | Type | Description | |
---|---|---|---|
IList | bool | ||
IList | int | ||
IList | void | ||
IList | void | ||
LoadViewState | void | ||
SaveViewState | object | ||
this | objectIList.System |
Méthode | Description | |
---|---|---|
Add ( |
||
AddRange ( |
||
Clear ( ) : void | ||
Contains ( |
||
CopyTo ( |
||
GetEnumerator ( ) : IEnumerator | ||
IndexOf ( |
||
Insert ( int index, |
||
Remove ( |
||
RemoveAt ( int index ) : void | ||
this ( int index ) : |
Méthode | Description | |
---|---|---|
IList ( object item ) : bool | ||
IList ( object item ) : int | ||
IList ( int index, object item ) : void | ||
IList ( object item ) : void | ||
LoadViewState ( object state ) : void | ||
SaveViewState ( ) : object | ||
this ( int index ) : objectIList.System |
public CopyTo ( |
||
array | ||
index | int | |
Résultat | void |
public Insert ( int index, |
||
index | int | |
item | ||
Résultat | void |