Add

ReadOnlyCollectionBase<T>.Add method

This is the stub implementation of ICollection’s Add method, that only throws NotSupportedException

public void Add(T item)
ParameterTypeDescription
itemTThe item to add.

See Also