Ejemplo n.º 1
0
 /// <summary>
 /// 요소를 모두 삭제합니다.
 /// </summary>
 public void Clear()
 {
     InnerMap.Clear();
 }
Ejemplo n.º 2
0
 void ICollection <KeyValuePair <string, object> > .Clear()
 {
     InnerMap.Clear();
 }