コード例 #1
0
 public TRuleTypeShouldConjunction BeProtectedInternal()
 {
     _ruleCreator.AddCondition(ObjectConditionsDefinition <TRuleType> .BeProtectedInternal());
     return(Create <TRuleTypeShouldConjunction, TRuleType>(_ruleCreator));
 }