Example #1
0
 public override T GetAttribute <T>(bool inherit)
 {
     return(ci.Attribute <T>());
     //return ClassHelper.GetAttribute<T>(this.ci, inherit);
 }