Click or drag to resize

propertyValuePairs Constructor (IEnumerablePropertyInfo, 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<PropertyInfo> fields,
	Object source
)
Request Example View Source

Parameters

fields
Type: System.Collections.GenericIEnumerablePropertyInfo
source
Type: SystemObject
See Also