Click or drag to resize
ResourceDictionaryCopyTo Method (KeyValuePairObject, Object, Int32)
Copies the ResourceDictionary.KeyCollection elements to an existing one-dimensional System.Array, starting at the specified array index.

Namespace: Windows.UI.Xaml
Assembly: CSharpXamlForHtml5 (in CSharpXamlForHtml5.dll) Version: 1.0.0.0
Syntax
C#
public void CopyTo(
	KeyValuePair<Object, Object>[] array,
	int arrayIndex
)

Parameters

array
Type: System.Collections.GenericKeyValuePairObject, Object
The one-dimensional System.Array that is the destination of the elements copied from ResourceDictionary.KeyCollection. The System.Array must have zero-based indexing.
arrayIndex
Type: SystemInt32
The zero-based index in array at which copying begins.
See Also