C# 클래스 Netronics.Ant.Ant.Ants

파일 보기 프로젝트 열기: shlee322/Netronics 1 사용 예제들

공개 메소드들

메소드 설명
Ants ( int id, string name ) : System.Collections.Concurrent
GetAnt ( ) : IAnt
GetAnt ( int id ) : IAnt
GetAnts ( string name ) : Ants
GetId ( ) : int
JoinAnt ( IAnt ant ) : void

메소드 상세

Ants() 공개 메소드

public Ants ( int id, string name ) : System.Collections.Concurrent
id int
name string
리턴 System.Collections.Concurrent

GetAnt() 공개 메소드

public GetAnt ( ) : IAnt
리턴 IAnt

GetAnt() 공개 메소드

public GetAnt ( int id ) : IAnt
id int
리턴 IAnt

GetAnts() 공개 정적인 메소드

public static GetAnts ( string name ) : Ants
name string
리턴 Ants

GetId() 공개 메소드

public GetId ( ) : int
리턴 int

JoinAnt() 공개 메소드

public JoinAnt ( IAnt ant ) : void
ant IAnt
리턴 void