ATMLWorkBench.model.Input.Input C# (CSharp) 메소드

Input() 공개 메소드

public Input ( List &statements, int &index ) : System
statements List
index int
리턴 System
        public Input(ref List<String> statements, ref int index)
            : base(ref statements, ref index)
        {
        }
Input