GitRefsCollection 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
GitRefsCollection()
public GitRefsCollection();
Public Sub New ()
Applies to
GitRefsCollection(IList<GitRef>)
public GitRefsCollection(System.Collections.Generic.IList<Microsoft.TeamFoundation.SourceControl.WebApi.GitRef> source);
new Microsoft.TeamFoundation.SourceControl.WebApi.GitRefsCollection : System.Collections.Generic.IList<Microsoft.TeamFoundation.SourceControl.WebApi.GitRef> -> Microsoft.TeamFoundation.SourceControl.WebApi.GitRefsCollection
Public Sub New (source As IList(Of GitRef))