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

Add() public method

public Add ( Object key ) : int
key Object
return int
            public virtual int Add(Object key)
            {
                throw new NotSupportedException(SR.NotSupported_SortedListNestedWrite);
            }