コード例 #1
0
 LogCallHandler GetHandlerFromAttribute(LogCallHandlerAttribute attribute)
 {
     return (LogCallHandler)attribute.CreateHandler(this.container);
 }