示例#1
0
文件: Quantifier.cs 项目: wzchua/docs
 static void Main(string[] args)
 {
     All.Example();
     Any.Example();
     Contains.Example();
 }