SortableCollection.Add Method
Adds an item to the array.
Namespace: Microsoft.Expression.Encoder
Assembly: Microsoft.Expression.Encoder (in microsoft.expression.encoder.dll)
Syntax
'Declaration
Public MustOverride Sub Add ( _
item As T _
)
'Usage
Dim instance As SortableCollection(Of T)
Dim item As T
instance.Add(item)
public abstract void Add (
T item
)
public:
virtual void Add (
T item
) abstract
public abstract void Add (
T item
)
public abstract function Add (
item : T
)
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Reference
SortableCollection Generic Class
SortableCollection Members
Microsoft.Expression.Encoder Namespace