IRefSpecCollection Interface

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

Syntax

public interface IRefSpecCollection : IEnumerable<IRefSpec>

Extension Methods

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