social_learning.Agent.Agent C# (CSharp) 메소드

Agent() 공개 메소드

public Agent ( int id ) : System
id int
리턴 System
        public Agent(int id)
        {
            _id = id;
        }