示例#1
0
 public bool Remove(string item)
 {
     client.RemoveItemFromSortedSet(setId, item);
     return(true);
 }