Click or drag to resize

PropertyExpressiongetTypedValueT Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

Namespace:  imbSCI.Core.data
Assembly:  imbSCI.Core (in imbSCI.Core.dll) Version: 0.3.58.
Syntax
C#
public T getTypedValue<T>(
	T ifNotFoundReturn = null
)
Request Example View Source

Parameters

ifNotFoundReturn (Optional)
Type: T

Type Parameters

T

Return Value

Type: T
See Also