Share via


StreamingCollection<T>.Add Method

This version of this method that is required by ASP.NET for XML Serialization.

The Command should use the Enqueue(T) method which allows the collection to deal correctly with the cache.

Namespace:  Microsoft.TeamFoundation.Framework.Server
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)

Syntax

'Declaration
Public Sub Add ( _
    item As Object _
)
public void Add(
    Object item
)
public:
void Add(
    Object^ item
)
member Add : 
        item:Object -> unit
public function Add(
    item : Object
)

Parameters

.NET Framework Security

See Also

Reference

StreamingCollection<T> Class

Microsoft.TeamFoundation.Framework.Server Namespace