C# Class Terrarium.Hosting.GameObjectCollection

Inheritance: IList
Datei anzeigen Open project: eugeniomiro/Terrarium Class Usage Examples

Public Methods

Method 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 method

public Add ( object value ) : int
value object
return int

Clear() public method

public Clear ( ) : void
return void

CompleteOrganismDeserialization() public method

public CompleteOrganismDeserialization ( ) : void
return void

Contains() public method

public Contains ( object value ) : System.Boolean
value object
return System.Boolean

ContainsKey() public method

public ContainsKey ( object value ) : System.Boolean
value object
return System.Boolean

CopyTo() public method

public CopyTo ( Array array, int index ) : void
array System.Array
index int
return void

GameObjectCollection() public method

public GameObjectCollection ( ) : System
return System

GetEnumerator() public method

public GetEnumerator ( ) : IEnumerator
return IEnumerator

GetWrapperForOrganism() public method

public GetWrapperForOrganism ( string id ) : OrganismWrapper
id string
return OrganismWrapper

IndexOf() public method

public IndexOf ( object value ) : int
value object
return int

Insert() public method

public Insert ( int index, object value ) : void
index int
value object
return void

Remove() public method

public Remove ( object value ) : void
value object
return void

RemoveAt() public method

public RemoveAt ( int index ) : void
index int
return void

this() public method

public this ( int index ) : object
index int
return object

this() public method

public this ( string index ) : object
index string
return object