다음을 통해 공유


Parameter.CopyTo(KeyValuePair<String,Parameter>[], Int32) 메서드

정의

특정 ICollection<T> 인덱스부터 시작하여 Array의 요소를 Array에 복사합니다.

public void CopyTo (System.Collections.Generic.KeyValuePair<string,Microsoft.ML.SearchSpace.Parameter>[] array, int arrayIndex);
abstract member CopyTo : System.Collections.Generic.KeyValuePair<string, Microsoft.ML.SearchSpace.Parameter>[] * int -> unit
override this.CopyTo : System.Collections.Generic.KeyValuePair<string, Microsoft.ML.SearchSpace.Parameter>[] * int -> unit
Public Sub CopyTo (array As KeyValuePair(Of String, Parameter)(), arrayIndex As Integer)

매개 변수

arrayIndex
Int32

구현

적용 대상