コード例 #1
0
ファイル: MethodDescs.cs プロジェクト: jiahao42/weverca
 protected bool AllowProtectedCall(DTypeDesc /*!*/ caller)
 {
     return(!IsProtected || DeclaringType.IsRelatedTo(caller));
 }