Ejemplo n.º 1
0
 public GMBoxedValueTypeGetHashCode(TypeSpecBoxTag bt, VTableGenerationCache vtCache)
 {
     m_bt = bt;
     m_vtCache = vtCache;
 }
Ejemplo n.º 2
0
 public GMBoxedValueTypeEquals(TypeSpecBoxTag bt, VTableGenerationCache vtCache)
 {
     m_bt = bt;
     m_vtCache = vtCache;
 }