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

Clear() public method

public Clear ( ) : void
return void
			public virtual void Clear ()
			{
				throw new NotSupportedException("IList::Clear not supported");
			}