Exemplo n.º 1
0
 // Token: 0x06001785 RID: 6021 RVA: 0x0006F676 File Offset: 0x0006D876
 public static T GetAttribute <T>(object attributeProvider) where T : Attribute
 {
     return(Class_514.GetAttribute <T>(attributeProvider, true));
 }