ResourceDictionary.ICollection<KeyValuePair<String,Object>>.CopyTo Method

Definition

For internal use by the Xamarin.Forms platform.

void ICollection<KeyValuePair<string,object>>.CopyTo (System.Collections.Generic.KeyValuePair<string,object>[] array, int arrayIndex);
abstract member System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<System.String,System.Object>>.CopyTo : System.Collections.Generic.KeyValuePair<string, obj>[] * int -> unit
override this.System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<System.String,System.Object>>.CopyTo : System.Collections.Generic.KeyValuePair<string, obj>[] * int -> unit

Parameters

array
KeyValuePair<String,Object>[]

For internal use by the Xamarin.Forms platform.

arrayIndex
Int32

For internal use by the Xamarin.Forms platform.

Implements

Applies to