System.CodeDom.CodeTypeParameterCollection.CopyTo C# (CSharp) Méthode

CopyTo() public méthode

public CopyTo ( CodeTypeParameter array, int index ) : void
array CodeTypeParameter
index int
Résultat void
        public void CopyTo(CodeTypeParameter[] array, int index) {
            List.CopyTo(array, index);
        }