GitRefsCollection Class
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.
[System.Runtime.Serialization.CollectionDataContract(ItemName="Ref", Name="Refs")]
public class GitRefsCollection : System.Collections.Generic.List<Microsoft.TeamFoundation.SourceControl.WebApi.GitRef>
type GitRefsCollection = class
inherit List<GitRef>
Public Class GitRefsCollection
Inherits List(Of GitRef)
- Inheritance
- Attributes
Constructors
| GitRefsCollection() | |
| GitRefsCollection(IList<GitRef>) |