ATMLWorkBench.model.Fill.Fill C# (CSharp) Méthode

Fill() public méthode

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