IReferenceCollection Interface

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

Syntax

public interface IReferenceCollection : IEnumerable<IReference>

Properties

Methods

Extension Methods

Name Value Summary
GetProperties() IEnumerable<KeyValuePair<string, string>>
NotNull<IReferenceCollection>(string) T
GitHub