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

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

            content.Add(kvp);
        }