Beispiel #1
0
 protected ClassAttribute()
 {
     ClassInvocationPoint  = ClassInvocationPoint.All;
     MethodInvocationPoint = MethodInvocationPoint.MethodBoundary;
 }
Beispiel #2
0
 protected MethodAttribute()
 {
     MethodInvocationPoint = MethodInvocationPoint.MethodBoundary;
 }