IBranchCollection Interface

Namespace
GitVersion
Interfaces
graph BT Type-.->Interface0["IEnumerable<IBranch>"] Type["IBranchCollection"] class Type type-node

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