- Namespace
-
GitVersion
.Git - Interfaces
graph BT Type-.->Interface0["IEquatable<IRemote>"]
Type-.->Interface1["IComparable<IRemote>"]
Type["IRemote"] class Type type-node
Syntax
public interface IRemote : IEquatable<IRemote>, IComparable<IRemote>
Properties
| Name | Value | Summary |
|---|---|---|
| FetchRefSpecs |
IEnumerable |
|
| Name | string | |
| PushRefSpecs |
IEnumerable |
|
| Url | string |
Extension Methods
| Name | Value | Summary |
|---|---|---|
|
NotNull |
T |
From
CommonExtensions
|