|  | PropertyInterceptionInfo Constructor | 
Namespace: Cauldron.Interception
 Syntax
Syntaxpublic PropertyInterceptionInfo( MethodBase getterMethod, MethodBase setterMethod, string propertyName, Type propertyType, Object instance, Type childType, Action<Object> setter )
 See Also
See Also