System.Windows.Forms.ImageList.ImageCollection.ICollection C# (CSharp) Méthode

ICollection() private méthode

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