public PropertyInterceptionInfo( MethodBase getterMethod, MethodBase setterMethod, string propertyName, Type propertyType, Object instance, Type childType, Action<Object> setter )
Public Sub New ( getterMethod As MethodBase, setterMethod As MethodBase, propertyName As String, propertyType As Type, instance As Object, childType As Type, setter As Action(Of Object) )
public: PropertyInterceptionInfo( MethodBase^ getterMethod, MethodBase^ setterMethod, String^ propertyName, Type^ propertyType, Object^ instance, Type^ childType, Action<Object^>^ setter )
https://raw.githubusercontent.com/Capgemini/Cauldron/master/LICENSE