Method Add
Add(T)
Adds an object to the end of the EquatableList<T>.
Declaration
public virtual void Add(T item)
Parameters
Type | Name | Description |
---|---|---|
T | item | The object to be added to the end of the EquatableList<T>. The value can be |