コード例 #1
0
 void with_method_build_size(
     IValidationRule <int> rule)
 {
     rule.Assert(_is.Min(1));
 }