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: 3.2.0.1 (3.2.0.1)
Syntax
C#
public PropertyInfo ToPropertyInfo()

Return Value

Type: PropertyInfo
A new instance of PropertyInfo
See Also