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