System.Collections.SortedList.ListValues.Add C# (CSharp) Method

Add() public method

public Add ( object value ) : int
value object
return int
			public virtual int Add (object value)
			{
				throw new NotSupportedException("IList::Add not supported");
			}