コード例 #1
0
 internal void Register(IFieldRulesRegistry registration)
 {
     _accessors.Each(a => registration.Register(typeof(T), a, _ruleSource(a)));
 }