Last updated 3 years ago
namespace:
Inherits:
Hides the attached property if Target's value is equal to Benchmark.
Target's
Benchmark
string _foo = "foo"; [HideIf(nameof(_foo), "foo")] public string RandomStr = "hello";
See for information about Benchmark.
VisibleBaseAttribute