コード例 #1
0
 public NoggolloquyTypeRegister(
     ObjectKey objectKey,
     Type classType,
     string fullName,
     byte genericCount)
 {
     this.ObjectKey    = objectKey;
     this.Class        = classType;
     this.FullName     = fullName;
     this.GenericCount = genericCount;
 }
コード例 #2
0
 public static void Register(ObjectKey obj, NoggolloquyTypeRegister reg)
 {
     Registers.Add(obj, reg);
     NameRegisters.Add(reg.FullName, reg);
 }