Click or drag to resize

PropertyInterceptionInfoToPropertyInfo Method

Converts the PropertyInterceptionInfo instance to a PropertyInfo

Namespace:  Cauldron.Interception
Assembly:  Cauldron.Interception (in Cauldron.Interception.dll) Version: 1.0.0
Syntax
public PropertyInfo ToPropertyInfo()

Return Value

Type: PropertyInfo
A new instance of PropertyInfo
See Also