GitItemsCollection Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
GitItemsCollection()
public GitItemsCollection();
Public Sub New ()
Applies to
GitItemsCollection(IEnumerable<GitItem>)
public GitItemsCollection(System.Collections.Generic.IEnumerable<Microsoft.TeamFoundation.SourceControl.WebApi.GitItem> source);
new Microsoft.TeamFoundation.SourceControl.WebApi.GitItemsCollection : seq<Microsoft.TeamFoundation.SourceControl.WebApi.GitItem> -> Microsoft.TeamFoundation.SourceControl.WebApi.GitItemsCollection
Public Sub New (source As IEnumerable(Of GitItem))
Parameters
- source
- IEnumerable<GitItem>