ITagCollection Interface

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

Syntax

public interface ITagCollection : IEnumerable<ITag>

Extension Methods

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