다음을 통해 공유


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

정의

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

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

매개 변수

arrayIndex
Int32

구현

적용 대상