IRemoteCollection Interface

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

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