IBranchCollection Interface

Namespace
GitVersion
Interfaces

Syntax

public interface IBranchCollection : IEnumerable<IBranch>

Properties

Name Value Summary
this[string] IBranch

Methods

Extension Methods

Name Value Summary
GetProperties() IEnumerable<KeyValuePair<string, string>>
NotNull<IBranchCollection>(string) T
GitHub