System.Collections.SortedList.KeyList.Clear C# (CSharp) Method

Clear() public method

public Clear ( ) : void
return void
            public virtual void Clear()
            {
                throw new NotSupportedException(SR.NotSupported_SortedListNestedWrite);
            }