示例#1
0
 public override IReadOnlyList <DataType> Visit(Array array) => array;
示例#2
0
 public EntrySummary(Array reply)
 {
     this.reply = reply;
 }