- Namespace
-
GitVersion
.Git - Interfaces
-
-
IEnumerable
<IReference>
-
IEnumerable
graph BT
Type-.->Interface0["IEnumerable<IReference>"]
Type["IReferenceCollection"] class Type type-node
Syntax
public interface IReferenceCollection : IEnumerable<IReference>
Properties
| Name | Value | Summary |
|---|---|---|
| Head | IReference | |
| this[ReferenceName] | IReference | |
| this[string] | IReference |
Methods
| Name | Value | Summary |
|---|---|---|
|
Add |
void | |
|
FromGlob |
IEnumerable |
|
|
UpdateTarget |
void |
Extension Methods
| Name | Value | Summary |
|---|---|---|
|
NotNull |
T |
From
CommonExtensions
|