@typeparam T @inherits EnumSelectionBase @foreach (var value in Enum.GetValues()) { @this.NameFunc(value) } @if (this.AllowOther && this.Value.Equals(this.OtherValue)) { }