예제 #1
0
 protected bool AllowProtectedCall(DTypeDesc /*!*/ caller)
 {
     return(!IsProtected || DeclaringType.IsRelatedTo(caller));
 }