Click or drag to resize

ObservableDictionaryTKey, TValueCopyTo Method

CopyTo(T, Int32)

Namespace:  Ptv.XServer.Controls.Map.Tools
Assembly:  Ptv.XServer.Controls.Map (in Ptv.XServer.Controls.Map.dll) Version: 1.7.10.0
Syntax
public void CopyTo(
	KeyValuePair<TKey, TValue>[] array,
	int arrayIndex
)

Parameters

array
Type: System.Collections.GenericKeyValuePairTKey, TValue
Documentation in progress...
arrayIndex
Type: SystemInt32
Documentation in progress...

Implements

ICollectionTCopyTo(T, Int32)
See Also