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
item
Type: System.ObjectAn object to be added to the cache
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.