public GMBoxedValueTypeGetHashCode(TypeSpecBoxTag bt, VTableGenerationCache vtCache)
 {
     m_bt = bt;
     m_vtCache = vtCache;
 }
 public GMDelegateConvertToMulticast(TypeSpecDelegateTag dt, VTableGenerationCache vtCache)
 {
     m_dt = dt;
     m_vtCache = vtCache;
 }
 public GMMulticastDelegateInvoke(TypeSpecClassTag dt, VTableGenerationCache vtCache)
 {
     m_dt = dt;
     m_vtCache = vtCache;
 }
 public GMBoxedValueTypeEquals(TypeSpecBoxTag bt, VTableGenerationCache vtCache)
 {
     m_bt = bt;
     m_vtCache = vtCache;
 }