System.Collections.SortedList.ValueList.Add C# (CSharp) 메소드

Add() 공개 메소드

public Add ( Object key ) : int
key Object
리턴 int
            public virtual int Add(Object key)
            {
                throw new NotSupportedException(SR.NotSupported_SortedListNestedWrite);
            }