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