// Token: 0x06000611 RID: 1553 RVA: 0x0002EC80 File Offset: 0x0002CE80
 public static T GetValue <T>(this object[] item, HoldCleanupEnforcer.PropertyIndex index)
 {
     return((T)((object)item[(int)index]));
 }
 // Token: 0x06000610 RID: 1552 RVA: 0x0002EC7B File Offset: 0x0002CE7B
 public static object GetValue(this object[] item, HoldCleanupEnforcer.PropertyIndex index)
 {
     return(item[(int)index]);
 }