Click or drag to resize
ObservableDictionaryCopyTo Method

[Missing <summary> documentation for "M:foodez.Common.ObservableDictionary.CopyTo(System.Collections.Generic.KeyValuePair{System.String,System.Object}[],System.Int32)"]

Namespace: foodez.Common
Assembly: foodez.WindowsPhone (in foodez.WindowsPhone.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
public void CopyTo(
	KeyValuePair<string, Object>[] array,
	int arrayIndex
)

Parameters

array
Type: System.Collections.GenericKeyValuePairString, Object

[Missing <param name="array"/> documentation for "M:foodez.Common.ObservableDictionary.CopyTo(System.Collections.Generic.KeyValuePair{System.String,System.Object}[],System.Int32)"]

arrayIndex
Type: SystemInt32

[Missing <param name="arrayIndex"/> documentation for "M:foodez.Common.ObservableDictionary.CopyTo(System.Collections.Generic.KeyValuePair{System.String,System.Object}[],System.Int32)"]

Implements

ICollectionTCopyTo(T, Int32)
See Also