Click or drag to resize

propertyValuePairs Constructor (IEnumerableKeyValuePairString, Object)

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Initializes a new instance of the propertyValuePairs class

Namespace:  imbSCI.Data.data.maps.datamap
Assembly:  imbSCI.Data (in imbSCI.Data.dll) Version: 0.3.70.
Syntax
C#
public propertyValuePairs(
	IEnumerable<KeyValuePair<string, Object>> source
)
Request Example View Source

Parameters

source
Type: System.Collections.GenericIEnumerableKeyValuePairString, Object
See Also