예제 #1
0
 public bool Contains(KeyValues <object> item)
 {
     return(this.inner.Contains(item));
 }
예제 #2
0
 public bool Remove(KeyValues <object> item)
 {
     return(this.inner.Remove(item));
 }
예제 #3
0
 public void Add(KeyValues <object> item)
 {
     this.inner.Add(item);
 }