예제 #1
0
파일: Set.cs 프로젝트: rudimk/dlr-dotnet
 public bool issuperset(object set)
 {
     return(SetHelpers.IsSuperset(this, set));
 }