コード例 #1
0
 public List <TapHuanLuyen> GetAllTHlByValueOfKeyDicision(ThuocTinh ttkey)
 {
     return(dsthl.FindAll(x =>
     {
         return x.FindPropertysByPropertyKey(ttkey) != null;
     }));
 }
コード例 #2
0
 public ThuocTinh FindPropertysByPropertyKey(ThuocTinh ttkey)
 {
     return(dstt.Find(x => x == ttkey));
 }
コード例 #3
0
 public bool IsExistProperty(ThuocTinh tt)
 {
     return(dstt.Find(x => x == tt) != null);
 }