System.ComponentModel.EventDescriptorCollection.ICollection C# (CSharp) Method

ICollection() private method

private ICollection ( Array array, int index ) : void
array Array
index int
return void
        void ICollection.CopyTo(Array array, int index) {
            EnsureEventsOwned();
            Array.Copy(events, 0, array, index, Count);
        }