public void CopyTo(MethodData[] methodArray, int index) { this.CopyTo(methodArray, index); }
public void CopyTo (MethodData [] methodArray, int index) { throw new NotImplementedException (); }
/// <summary> /// <para>Copies the <see cref='System.Management.MethodDataCollection'/> to a specialized <see cref='System.Management.MethodData'/> /// array.</para> /// </summary> /// <param name='methodArray'>The destination array to which to copy the <see cref='System.Management.MethodData'/> objects.</param> /// <param name=' index'>The index in the destination array from which to start the copy.</param> public void CopyTo(MethodData[] methodArray, int index) { CopyTo((Array)methodArray, index); }