IRemoteCollection Interface

Namespace
GitVersion
Interfaces

Syntax

public interface IRemoteCollection : IEnumerable<IRemote>

Properties

Name Value Summary
this[string] IRemote

Methods

Name Value Summary
Remove(string) void
Update(string, string) void

Extension Methods

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