Exemple #1
0
 private AbcInstance GetInstance(NUnitTypeId id)
 {
     return(_generator.TypeBuilder.BuildInstance(GetType(id)));
 }
Exemple #2
0
 private IType GetType(NUnitTypeId id)
 {
     return(NUnitTypes[(int)id].Value);
 }