Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Namespace:  Microsoft.TeamFoundation.SourceControl.WebApi
Assembly:  Microsoft.TeamFoundation.SourceControl.WebApi (in Microsoft.TeamFoundation.SourceControl.WebApi.dll)
Syntax
'Declaration
Public Sub New ( _
    source As IList(Of GitItem) _
)
public GitItemsCollection(
    IList<GitItem> source
)
public:
GitItemsCollection(
    IList<GitItem^>^ source
)
new : 
        source:IList<GitItem> -> GitItemsCollection
public function GitItemsCollection(
    source : IList<GitItem>
)
Parameters
- source
 Type: System.Collections.Generic.IList<GitItem>
.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.