/// <summary> /// Adds a name value pair to the collection. /// </summary> public void Add(NameValuePair pair) { List.Add(pair); }