StateWill.StateWill C# (CSharp) 메소드

StateWill() 공개 메소드

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

Same methods

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