コード例 #1
0
 public int Count() => WrappedNakedObject.GetAsQueryable().Count();
コード例 #2
0
 public int Count()
 {
     return(WrappedNakedObject.GetAsQueryable().Count());
 }