- Namespace
-
GitVersion
.Git - Interfaces
-
-
IEnumerable
<IRemote>
-
IEnumerable
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 |
void | |
|
Update |
void |
Extension Methods
| Name | Value | Summary |
|---|---|---|
|
NotNull |
T |
From
CommonExtensions
|