Click or drag to resize

settingsPropertyEntryWithContext Constructor (PropertyInfo, Object, PropertyCollectionExtended)

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

Namespace:  imbSCI.Core.data
Assembly:  imbSCI.Core (in imbSCI.Core.dll) Version: 0.3.58.
Syntax
C#
public settingsPropertyEntryWithContext(
	PropertyInfo __pi,
	Object __host,
	PropertyCollectionExtended pce = null
)
Request Example View Source

Parameters

__pi
Type: System.ReflectionPropertyInfo
__host
Type: SystemObject
pce (Optional)
Type: imbSCI.Core.collectionPropertyCollectionExtended
See Also