Пример #1
0
 public override T[] GetAttributes <T>(bool inherit)
 {
     return(fi.Attributes <T>().ToArray());
     //return ClassHelper.GetAttributes<T>(fi, inherit);
 }