IReferenceCollection.

this[string] Property

Summary

Returns the reference with the given canonical name, or null if it does not exist.
Namespace
GitVersion.Git
Containing Type
IReferenceCollection

Syntax

IReference this[string name] { get; }

Parameters

Name Type Description
name string

Value

Type Description
IReference
GitHub