StateWill.StateWill C# (CSharp) Method

StateWill() public method

public StateWill ( int id ) : System.Collections
id int
return System.Collections
    public StateWill(int id)
    {
        idAgent = id;
        transitions = new List<TransitionWill>();
    }

Same methods

StateWill::StateWill ( int id, List pTransitions ) : System.Collections