Summary
Represents the set of all tags in a Git repository.
- Namespace
-
GitVersion
.Git - Interfaces
-
-
IEnumerable
<ITag>
-
IEnumerable
graph BT Type-.->Interface0["IEnumerable<ITag>"]
Type["ITagCollection"] class Type type-node
Syntax
public interface ITagCollection : IEnumerable<ITag>
Extension Methods
| Name | Value | Summary |
|---|---|---|
|
NotNull |
T |
Throws
ArgumentNullException when
value is
null; otherwise returns the
value.
From
CommonExtensions
|