/// <inheritdoc /> public override bool CanHandle() { return(FieldGenerator.GetUnderlyingType() == typeof(bool) && !FieldGenerator.HasEnumerableValues()); }