Implemented interface member:
method
CopyTo
System.Collections.ICollection.CopyTo(System.Array, System.Int32)
2 overrides of CopyTo
System.Data.Odbc (1)
System\Data\Odbc\OdbcParameterCollectionHelper.cs (1)
127
public override void
CopyTo
(Array array, int index)
System.Data.OleDb (1)
artifacts\obj\System.Data.OleDb\Debug\net10.0\System.Data.OleDb.notsupported.cs (1)
409
public override void
CopyTo
(System.Array array, int index) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); }