C# Class Netronics.Ant.QueenAnt.Ants

Datei anzeigen Open project: shlee322/Netronics Class Usage Examples

Public Methods

Method Description
Ants ( int id, string name ) : System.Collections.Generic
GetAnt ( ) : IEnumerable
GetId ( ) : int
GetName ( ) : string
JoinAnt ( IChannel channel, Newtonsoft.Json.Linq.JObject args ) : Ant

Method Details

Ants() public method

public Ants ( int id, string name ) : System.Collections.Generic
id int
name string
return System.Collections.Generic

GetAnt() public method

public GetAnt ( ) : IEnumerable
return IEnumerable

GetId() public method

public GetId ( ) : int
return int

GetName() public method

public GetName ( ) : string
return string

JoinAnt() public method

public JoinAnt ( IChannel channel, Newtonsoft.Json.Linq.JObject args ) : Ant
channel IChannel
args Newtonsoft.Json.Linq.JObject
return Ant