/// <summary>
		/// Removes the specified element from the NameValueAPGenElementCollection instance.
		/// </summary>
		/// <param name="nameValue">The specified element to remove.</param>
		public void Remove(NameValueAPGenElement nameValue)
		{
			throw new NotImplementedException();
		}
Beispiel #2
0
 /// <summary>
 /// Removes the specified element from the NameValueAPGenElementCollection instance.
 /// </summary>
 /// <param name="nameValue">The specified element to remove.</param>
 public void Remove(NameValueAPGenElement nameValue)
 {
     throw new NotImplementedException();
 }
		/// <summary>
		/// Adds an entry with the specified NameValueAPGenElement.
		/// </summary>
		/// <param name="nameValue">The specified NameValueAPGenElement</param>
		public void Add(NameValueAPGenElement nameValue)
		{
			BaseAdd(nameValue, false);
		}
Beispiel #4
0
 /// <summary>
 /// Adds an entry with the specified NameValueAPGenElement.
 /// </summary>
 /// <param name="nameValue">The specified NameValueAPGenElement</param>
 public void Add(NameValueAPGenElement nameValue)
 {
     BaseAdd(nameValue, false);
 }