Beispiel #1
0
 ������������public ICriteria SetComment(string comment)
 ������������
 {
     ����������������root.SetComment(comment);
     ����������������return this;
     ������������
 }
Beispiel #2
0
 public ICriteria SetComment(string comment)
 {
     root.SetComment(comment);
     return(this);
 }