IListContract<T>.Add(T) Method

Definition

Adds an object to an IListContract<T> collection.

public:
 void Add(T item);
public void Add (T item);
abstract member Add : 'T -> unit
Public Sub Add (item As T)

Parameters

item
T

The object to add.

Remarks

The item parameter must be of a type that is defined by the contract.

Applies to