示例#1
0
 bool ICollection <KeyValuePair <string, string> > .Remove(KeyValuePair <string, string> value) => MoreAdditionalProperties.Remove(value);
示例#2
0
 public bool Remove(string key) => MoreAdditionalProperties.Remove(key);