Exemple #1
0
 public static void PlasmaRegisterType(this IMetaWriter writer, Type type)
 {
     if (PlasmaContainer.IsValidImplementationType(type))
     {
         writer.WriteLine("// " + type.CSharpTypeIdentifier());
         _context.Types.Add(type);
     }
 }