{CompanyName} FlexyGo

KeyValuePairs Constructor (String, Object)

Initializes a new instance of the KeyValuePairs class.

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

Syntax


public KeyValuePairs(
	string aKey,
	Object aValue
)
Public Sub New ( _
	aKey As String, _
	aValue As Object _
)

Parameters

aKey
Type: String
a key.
aValue
Type: Object
a value.