コード例 #1
0
ファイル: Property.cs プロジェクト: ImanRezaeipour/GTS
 public AbstractCriterion IsNotNull()
 {
     return(Expression.IsNotNull(PropertyName));
 }