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

Insert() public method

public Insert ( int index, Object value ) : void
index int
value Object
return void
            public virtual void Insert(int index, Object value)
            {
                throw new NotSupportedException(SR.NotSupported_SortedListNestedWrite);
            }