IRefSpecCollection Interface

Summary

Represents an ordered collection of IRefSpec objects for a remote.
Namespace
GitVersion.Git
Interfaces
graph BT Type-.->Interface0["IEnumerable<IRefSpec>"] Type["IRefSpecCollection"] class Type type-node

Syntax

public interface IRefSpecCollection : IEnumerable<IRefSpec>

Extension Methods

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