System.Collections.Tests.IList_NonGeneric_Tests.AddToCollection C# (CSharp) Метод

AddToCollection() защищенный Метод

protected AddToCollection ( ICollection collection, int numberOfItemsToAdd ) : void
collection ICollection
numberOfItemsToAdd int
Результат void
        protected override void AddToCollection(ICollection collection, int numberOfItemsToAdd) => AddToCollection((IList)collection, numberOfItemsToAdd);

Same methods

IList_NonGeneric_Tests::AddToCollection ( IList collection, int numberOfItemsToAdd ) : void
IList_NonGeneric_Tests