コード例 #1
0
 public void Add(T item)
 {
     client.AddItemToSet(this, item);
 }