public SortGeoDistanceDescriptor <T> Unit(GeoUnit unit)
 {
     unit.ThrowIfNull("unit");
     Self.GeoUnit = unit;
     return(this);
 }
示例#2
0
 public GeoDistanceFacetDescriptor <T> Unit(GeoUnit unit)
 {
     unit.ThrowIfNull("unit");
     this._GeoUnit = unit;
     return(this);
 }