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;
 }