System.Collections.SortedList.ValueList.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(SR.NotSupported_SortedListNestedWrite);
            }