ICollectionContract<C>.Add(C) Método
Definição
Adiciona um IContract em uma ICollectionContract<C>.Adds an IContract to the ICollectionContract<C>.
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
O ICollectionContract<C> é somente leitura.The ICollectionContract<C> is read-only.
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.