예제 #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);
        }