Architecture Metrics
Loading...
Searching...
No Matches
Component.cs
Go to the documentation of this file.
1using ArchUnitNET.Domain;
2
4
16public record Component(
17 string Name,
18 IReadOnlyCollection<IType> Types);
record Component(string Name, IReadOnlyCollection< IType > Types)
Representa un componente arquitectónico, agrupando tipos por ensamblado -assembly-.