StreamingCollection<T> Constructor (Command, Int32)

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

Syntax

‘선언
Public Sub New ( _
    command As Command, _
    cachedSize As Integer _
)
public StreamingCollection(
    Command command,
    int cachedSize
)
public:
StreamingCollection(
    Command^ command, 
    int cachedSize
)
new : 
        command:Command * 
        cachedSize:int -> StreamingCollection
public function StreamingCollection(
    command : Command, 
    cachedSize : int
)

Parameters

.NET Framework Security

See Also

Reference

StreamingCollection<T> Class

StreamingCollection<T> Overload

Microsoft.TeamFoundation.Framework.Server Namespace