System.Collections.Tests.IList_NonGeneric_Tests.AddToCollection C# (CSharp) Method

AddToCollection() protected method

protected AddToCollection ( ICollection collection, int numberOfItemsToAdd ) : void
collection ICollection
numberOfItemsToAdd int
return 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