示例#1
0
文件: ArrayType.cs 项目: Beier/Omnium
 public ArrayType(IParseTree context, ITypeNode @base) : base(context, @base.Yield())
 {
 }