C# Class Terrarium.Hosting.GameObjectCollection

Inheritance: IList
Afficher le fichier Open project: eugeniomiro/Terrarium Class Usage Examples

Méthodes publiques

Méthode Description
Add ( object value ) : int
Clear ( ) : void
CompleteOrganismDeserialization ( ) : void
Contains ( object value ) : System.Boolean
ContainsKey ( object value ) : System.Boolean
CopyTo ( Array array, int index ) : void
GameObjectCollection ( ) : System
GetEnumerator ( ) : IEnumerator
GetWrapperForOrganism ( string id ) : OrganismWrapper
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

Method Details

Add() public méthode

public Add ( object value ) : int
value object
Résultat int

Clear() public méthode

public Clear ( ) : void
Résultat void

CompleteOrganismDeserialization() public méthode

public CompleteOrganismDeserialization ( ) : void
Résultat void

Contains() public méthode

public Contains ( object value ) : System.Boolean
value object
Résultat System.Boolean

ContainsKey() public méthode

public ContainsKey ( object value ) : System.Boolean
value object
Résultat System.Boolean

CopyTo() public méthode

public CopyTo ( Array array, int index ) : void
array System.Array
index int
Résultat void

GameObjectCollection() public méthode

public GameObjectCollection ( ) : System
Résultat System

GetEnumerator() public méthode

public GetEnumerator ( ) : IEnumerator
Résultat IEnumerator

GetWrapperForOrganism() public méthode

public GetWrapperForOrganism ( string id ) : OrganismWrapper
id string
Résultat OrganismWrapper

IndexOf() public méthode

public IndexOf ( object value ) : int
value object
Résultat int

Insert() public méthode

public Insert ( int index, object value ) : void
index int
value object
Résultat void

Remove() public méthode

public Remove ( object value ) : void
value object
Résultat void

RemoveAt() public méthode

public RemoveAt ( int index ) : void
index int
Résultat void

this() public méthode

public this ( int index ) : object
index int
Résultat object

this() public méthode

public this ( string index ) : object
index string
Résultat object