DbParameterCollection.CopyTo(Array, Int32) 메서드
정의
지정된 인덱스에서 시작하는 컬렉션에 항목 배열을 복사합니다.Copies an array of items to the collection starting at the specified index.
public:
abstract void CopyTo(Array ^ array, int index);
public abstract void CopyTo (Array array, int index);
abstract member CopyTo : Array * int -> unit
매개 변수
- array
- Array
컬렉션에 복사할 항목의 배열입니다.The array of items to copy to the collection.
- index
- Int32
항목을 복사할 컬렉션의 인덱스입니다.The index in the collection to copy the items.