Exemplo n.º 1
0
 protected ClassAttribute()
 {
     ClassInvocationPoint  = ClassInvocationPoint.All;
     MethodInvocationPoint = MethodInvocationPoint.MethodBoundary;
 }
Exemplo n.º 2
0
 protected MethodAttribute()
 {
     MethodInvocationPoint = MethodInvocationPoint.MethodBoundary;
 }