ITagCollection Interface

Summary

Represents the set of all tags in a Git repository.
Namespace
GitVersion.Git
Interfaces
graph BT Type-.->Interface0["IEnumerable<ITag>"] Type["ITagCollection"] class Type type-node

Syntax

public interface ITagCollection : IEnumerable<ITag>

Extension Methods

Name Value Summary
NotNull<ITagCollection>(string) T
Throws ArgumentNullException when value is null; otherwise returns the value.
GitHub