- Namespace
- GitVersion
- 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 |
---|---|---|
GetProperties |
IEnumerable |
From
ObjectExtensions
|
NotNull |
T |
From
CommonExtensions
|