Public Function GetConflicts() As IReadOnlyList(Of Conflict)
public IReadOnlyList<Conflict> GetConflicts()
Return Value
A IReadOnlyList of Conflict instances, representing all conflicts with the target version. If there are no conflicts, an empty list is returned.