Descriptor for the Primitive types defined in IL
Inheritance: TypeSpec
Exemple #1
0
 internal SystemClass(AssemblyRef paren,PrimitiveType eType)
     : base(paren,"System",eType.GetName())
 {
     elemType = eType;
 }