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