コード例 #1
0
 /// <summary>
 /// Returns <code>true</code> if the lower endpoint is inclusive </summary>
 public bool IncludesMin()
 {
     return(Query.IncludesMin());
 }
コード例 #2
0
 /// <summary>
 /// Returns <code>true</code> if the lower endpoint is inclusive </summary>
 public bool IncludesMin() // LUCENENET TODO: Make into property get
 {
     return(Query.IncludesMin());
 }