System.Collections.SortedList.ListKeys.Clear C# (CSharp) 메소드

Clear() 공개 메소드

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