C# 클래스 Terrarium.Hosting.GameObjectCollection

상속: IList
파일 보기 프로젝트 열기: eugeniomiro/Terrarium 1 사용 예제들

공개 메소드들

메소드 설명
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

메소드 상세

Add() 공개 메소드

public Add ( object value ) : int
value object
리턴 int

Clear() 공개 메소드

public Clear ( ) : void
리턴 void

CompleteOrganismDeserialization() 공개 메소드

public CompleteOrganismDeserialization ( ) : void
리턴 void

Contains() 공개 메소드

public Contains ( object value ) : System.Boolean
value object
리턴 System.Boolean

ContainsKey() 공개 메소드

public ContainsKey ( object value ) : System.Boolean
value object
리턴 System.Boolean

CopyTo() 공개 메소드

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

GameObjectCollection() 공개 메소드

public GameObjectCollection ( ) : System
리턴 System

GetEnumerator() 공개 메소드

public GetEnumerator ( ) : IEnumerator
리턴 IEnumerator

GetWrapperForOrganism() 공개 메소드

public GetWrapperForOrganism ( string id ) : OrganismWrapper
id string
리턴 OrganismWrapper

IndexOf() 공개 메소드

public IndexOf ( object value ) : int
value object
리턴 int

Insert() 공개 메소드

public Insert ( int index, object value ) : void
index int
value object
리턴 void

Remove() 공개 메소드

public Remove ( object value ) : void
value object
리턴 void

RemoveAt() 공개 메소드

public RemoveAt ( int index ) : void
index int
리턴 void

this() 공개 메소드

public this ( int index ) : object
index int
리턴 object

this() 공개 메소드

public this ( string index ) : object
index string
리턴 object