System.Collections.SortedList.KeyList.Add C# (CSharp) Méthode

Add() public méthode

public Add ( Object key ) : int
key Object
Résultat int
            public virtual int Add(Object key)
            {
                throw new NotSupportedException(SR.NotSupported_SortedListNestedWrite);
                //            return 0; // suppress compiler warning
            }