SearchSpace.CopyTo(KeyValuePair<String,OptionBase>[], Int32) Method

Definition

Copies the elements of the ICollection<T> to an Array, starting at a particular Array index.

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)

Parameters

arrayIndex
Int32

Implements

Applies to