{CompanyName} FlexyGo

Util..::..KeyValuePairsToCollection Method

Convert a array of keyvalue pairs into a base collection

Namespace:  FLEXYGO.Utilities.General
Assembly:  flxUtilities (in flxUtilities.dll)

Syntax


public static BaseCollection KeyValuePairsToCollection(
	KeyValuePairs[] arr
)
Public Shared Function KeyValuePairsToCollection ( _
	arr As KeyValuePairs() _
) As BaseCollection

Parameters

arr
Type: array<KeyValuePairs>[]()[][]
Key Value Pairs array

Return Value

base collection