Aracılığıyla paylaş


ConfigParameterOverrideList.CopyTo(ConfigParameterOverride[], Int32) Method

Definition

Copies items from the list to the specified array at the specified starting index.

public void CopyTo (System.Fabric.Description.ConfigParameterOverride[] array, int arrayIndex);
abstract member CopyTo : System.Fabric.Description.ConfigParameterOverride[] * int -> unit
override this.CopyTo : System.Fabric.Description.ConfigParameterOverride[] * int -> unit
Public Sub CopyTo (array As ConfigParameterOverride(), arrayIndex As Integer)

Parameters

array
ConfigParameterOverride[]

The array of items to copy.

arrayIndex
Int32

The index where the array of items will be copied to.

Implements

Applies to