示例#1
0
 public GamaTypeRef PopTT() => TargetTypeStack.Pop();
示例#2
0
 /* Target type manipulators */
 public void PushTT(GamaTypeRef type) => TargetTypeStack.Push(type);