ReadOnlyCollectionBase1.Add

ReadOnlyCollectionBase<T>.Add method

Esta es la implementación stub del método Add de ICollection, que solo genera NotSupportedException

public void Add(T item)
ParámetroEscribeDescripción
itemTEl elemento a agregar.

Ver también