C# Class Netronics.Ant.QueenAnt.Ants

Afficher le fichier Open project: shlee322/Netronics Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public Ants ( int id, string name ) : System.Collections.Generic
id int
name string
Résultat System.Collections.Generic

GetAnt() public méthode

public GetAnt ( ) : IEnumerable
Résultat IEnumerable

GetId() public méthode

public GetId ( ) : int
Résultat int

GetName() public méthode

public GetName ( ) : string
Résultat string

JoinAnt() public méthode

public JoinAnt ( IChannel channel, Newtonsoft.Json.Linq.JObject args ) : Ant
channel IChannel
args Newtonsoft.Json.Linq.JObject
Résultat Ant