예제 #1
0
 internal SystemClass(ReferenceScope paren, PrimitiveType eType)
     : base(paren, "System", eType.GetName())
 {
     elemType = eType;
 }
예제 #2
0
 internal SystemClass(ReferenceScope paren, PrimitiveType eType)
     : base(paren, "System", eType.GetName())
 {
     elemType = eType;
 }