public GMBoxedValueTypeGetHashCode(TypeSpecBoxTag bt, VTableGenerationCache vtCache)
 {
     m_bt = bt;
     m_vtCache = vtCache;
 }
 public GMBoxedValueTypeEquals(TypeSpecBoxTag bt, VTableGenerationCache vtCache)
 {
     m_bt = bt;
     m_vtCache = vtCache;
 }