System.ComponentModel.TypeConverter.StandardValuesCollection.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) {
                CopyTo(array, index);
            }