ATMLWorkBench.model.Fill.Fill C# (CSharp) Method

Fill() public method

public Fill ( List &statements, int &index ) : System
statements List
index int
return System
        public Fill(ref List<String> statements, ref int index)
            : base(ref statements, ref index)
        {
        }
Fill