Click or drag to resize

PropertyExpression Constructor (IList, Int32, PropertyExpression)

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Adds sub PropertyExpression for property inside IList

Namespace:  imbSCI.Core.data
Assembly:  imbSCI.Core (in imbSCI.Core.dll) Version: 0.3.58.
Syntax
C#
public PropertyExpression(
	IList __host,
	int __index,
	PropertyExpression __parent = null
)
Request Example View Source

Parameters

__host
Type: System.CollectionsIList
The host.
__index
Type: SystemInt32
The index.
__parent (Optional)
Type: imbSCI.Core.dataPropertyExpression
The parent.
See Also