Method Add
Add(object)
Adds an item to the ICollection<T>.
public void Add(object value)
Parameters
valueobject
Exceptions
- NotSupportedException
The ICollection<T> is read-only.
Adds an item to the ICollection<T>.
public void Add(object value)
value objectThe ICollection<T> is read-only.