コード例 #1
0
 /// <inheritdoc />
 public override bool CanHandle()
 {
     return(FieldGenerator.GetUnderlyingType() == typeof(bool) &&
            !FieldGenerator.HasEnumerableValues());
 }