C# Class Tools.Dfa.Action

Afficher le fichier Open project: Ezakhiel/Donate-Money-For-Unicorns-ubbse2015 Class Usage Examples

Méthodes publiques

Свойство Type Description
a_act int
a_next Action

Méthodes publiques

Méthode Description
Action ( ) : System
Action ( int act, Action next ) : System
Serialise ( object o, Tools.Serialiser s ) : object

Method Details

Action() public méthode

public Action ( ) : System
Résultat System

Action() public méthode

public Action ( int act, Action next ) : System
act int
next Action
Résultat System

Serialise() public static méthode

public static Serialise ( object o, Tools.Serialiser s ) : object
o object
s Tools.Serialiser
Résultat object

Property Details

a_act public_oe property

public int a_act
Résultat int

a_next public_oe property

public Action a_next
Résultat Action