Método ReadOnlyLinkedElementCollection<T>.ICollection<T>.Add

Namespace:  Microsoft.VisualStudio.Modeling
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.11.0 (em Microsoft.VisualStudio.Modeling.Sdk.11.0.dll)

Sintaxe

'Declaração
Private Sub Add ( _
    item As T _
) Implements ICollection(Of T).Add
void ICollection<T>.Add(
    T item
)

Parâmetros

  • item
    Tipo: T

Implementações

ICollection<T>.Add(T)

Segurança do .NET Framework

Consulte também

Referência

ReadOnlyLinkedElementCollection<T> Classe

Namespace Microsoft.VisualStudio.Modeling