IBranchCollection.

this[string] Property

Summary

Returns the branch with the given name, or null if it does not exist.
Namespace
GitVersion.Git
Containing Type
IBranchCollection

Syntax

IBranch this[string name] { get; }

Parameters

Name Type Description
name string

Value

Type Description
IBranch
GitHub