Architecture Metrics
Toggle main menu visibility
Loading...
Searching...
No Matches
Component.cs
Go to the documentation of this file.
1
using
ArchUnitNET.Domain;
2
3
namespace
Ucu.Andis.ArchitectureMetrics
;
4
16
public
record
Component
(
17
string
Name,
18
IReadOnlyCollection<IType> Types);
Ucu.Andis.ArchitectureMetrics
Definition
Component.cs:3
Ucu.Andis.ArchitectureMetrics.Component
record Component(string Name, IReadOnlyCollection< IType > Types)
Representa un componente arquitectónico, agrupando tipos por ensamblado -assembly-.
src
Component.cs
Generated by
1.17.0