Метод | Описание | |
---|---|---|
Add ( object value ) : int | ||
Clear ( ) : void | ||
CompleteOrganismDeserialization ( ) : void | ||
Contains ( object value ) : System.Boolean | ||
ContainsKey ( object value ) : System.Boolean | ||
CopyTo ( |
||
GameObjectCollection ( ) : System | ||
GetEnumerator ( ) : IEnumerator | ||
GetWrapperForOrganism ( string id ) : |
||
IndexOf ( object value ) : int | ||
Insert ( int index, object value ) : void | ||
Remove ( object value ) : void | ||
RemoveAt ( int index ) : void | ||
this ( int index ) : object | ||
this ( string index ) : object |
public CompleteOrganismDeserialization ( ) : void | ||
Результат | void |
public Contains ( object value ) : System.Boolean | ||
value | object | |
Результат | System.Boolean |
public ContainsKey ( object value ) : System.Boolean | ||
value | object | |
Результат | System.Boolean |
public CopyTo ( |
||
array | ||
index | int | |
Результат | void |
public GetWrapperForOrganism ( string id ) : |
||
id | string | |
Результат |
public Insert ( int index, object value ) : void | ||
index | int | |
value | object | |
Результат | void |