Abc.NCrafts.Quizz.Questions._022.Answer1.NCrafts.NCrafts C# (CSharp) Méthode

NCrafts() public méthode

public NCrafts ( int capacity )
capacity int
            public NCrafts(int capacity)
            {
                Array = new int[capacity];
            }
        }
Answer1.NCrafts