ReadOnlyLinkedElementCollection<T>.ICollection<T>.Add Method

Namespace:  Microsoft.VisualStudio.Modeling
Assembly:  Microsoft.VisualStudio.Modeling.Sdk (in Microsoft.VisualStudio.Modeling.Sdk.dll)

Syntax

'Declaration
Private Sub Add ( _
    item As T _
) Implements ICollection(Of T).Add
'Usage
Dim instance As ReadOnlyLinkedElementCollection
Dim item As T

CType(instance, ICollection(Of T)).Add(item)
void ICollection<T>.Add(
    T item
)
private:
virtual void Add(
    T item
) sealed = ICollection<T>::Add
JScript does not support explicit interface implementations.

Parameters

  • item
    Type: T

Implements

ICollection<T>.Add(T)

Permissions

See Also

Reference

ReadOnlyLinkedElementCollection<T> Class

ReadOnlyLinkedElementCollection<T> Members

Microsoft.VisualStudio.Modeling Namespace