예제 #1
0
파일: Quantifier.cs 프로젝트: wzchua/docs
 static void Main(string[] args)
 {
     All.Example();
     Any.Example();
     Contains.Example();
 }