System.Windows.Forms.ImageList.ImageCollection.ICollection C# (CSharp) Method

ICollection() private method

private ICollection ( Array dest, int index ) : void
dest Array
index int
return void
            void ICollection.CopyTo(Array dest, int index)
            {
                throw new NotSupportedException(); // implement this?
            }