ICollectionContract<C>.Add(C) Método

Definição

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

Parâmetros

item
C

O IContract para adicionar ao ICollectionContract<C>.The IContract to add to the ICollectionContract<C>.

Exceções

Comentários

Para determinar se um ICollectionContract<C> é somente leitura, chame o GetIsReadOnly método.To determine whether an ICollectionContract<C> is read-only, call the GetIsReadOnly method.

Aplica-se a