Пример #1
0
 public string[] FastEnumDirect()
 => Value.GetAttributes <Fruits, ColorAttribute>().Select(x => x.Color).ToArray();