Exemple #1
0
 internal void EmitCastclass(Type type)
 {
     ilgen.EmitCastclass(type);
 }