Click or drag to resize

RepositorySourceRepositories Property

Returns all repositories

Namespace:  Aloe.SystemFrameworks.Domain
Assembly:  Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntax
public abstract IEnumerable<Repository> Repositories { get; }

Return Value

Type: IEnumerableRepository
IEnumerable of all repositories in the repository source
See Also