System.CodeDom.CodeNamespaceImportCollection.ICollection C# (CSharp) Méthode

ICollection() private méthode

private ICollection ( Array array, int index ) : void
array System.Array
index int
Résultat void
        void ICollection.CopyTo(Array array, int index) {
            data.CopyTo(array, index);
        }