示例#1
0
        public void Add(string key, string val)
        {
            StrKeyValuePair kvp = new StrKeyValuePair(key, val);

            content.Add(kvp);
        }
示例#2
0
        public void Add(string key, string val)
        {
            StrKeyValuePair kvp = new StrKeyValuePair(key, val);

            content.Add(kvp);
        }