Descriptor for the Primitive types defined in IL
Inheritance: TypeSpec
示例#1
0
文件: PERWAPI.cs 项目: nomit007/f4
 internal SystemClass(AssemblyRef paren,PrimitiveType eType)
     : base(paren,"System",eType.GetName())
 {
     elemType = eType;
 }