예제 #1
0
 public void CopyTo(KeyValuePair <string, object>[] array, int arrayIndex)
 {
     InnerMap.CopyTo(array, arrayIndex);
 }