Click or drag to resize

PropertyEntryDictionaryCopyTo Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

Namespace:  imbSCI.Core.collection
Assembly:  imbSCI.Core (in imbSCI.Core.dll) Version: 0.3.58.
Syntax
C#
public void CopyTo(
	KeyValuePair<Object, PropertyEntry>[] array,
	int arrayIndex
)
Request Example View Source

Parameters

array
Type: System.Collections.GenericKeyValuePairObject, PropertyEntry
arrayIndex
Type: SystemInt32

Implements

ICollectionTCopyTo(T, Int32)
See Also