System.Collections.SortedList.KeyList.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);
                //            return 0; // suppress compiler warning
            }