System.Collections.SortedList.ListValues.Insert C# (CSharp) 메소드

Insert() 공개 메소드

public Insert ( int index, object value ) : void
index int
value object
리턴 void
			public virtual void Insert (int index, object value)
			{
				throw new NotSupportedException("IList::Insert not supported");
			}