ResourceDictionary.CopyTo(DictionaryEntry[], Int32) Method

Definition

Copies the ResourceDictionary elements to a one-dimensional DictionaryEntry at the specified index.

public:
 void CopyTo(cli::array <System::Collections::DictionaryEntry> ^ array, int arrayIndex);
public void CopyTo (System.Collections.DictionaryEntry[] array, int arrayIndex);
member this.CopyTo : System.Collections.DictionaryEntry[] * int -> unit
Public Sub CopyTo (array As DictionaryEntry(), arrayIndex As Integer)

Parameters

array
DictionaryEntry[]

The one-dimensional array that is the destination of the DictionaryEntry objects copied from the ResourceDictionary instance. The array must have zero-based indexing.

arrayIndex
Int32

The zero-based index of array where copying begins.

Remarks

This copies only the base dictionary. The result array will have no MergedDictionaries if it is reconstituted to be a ResourceDictionary again.

Applies to