Architecture Metrics
Loading...
Searching...
No Matches
ComponentDependencies.cs
Go to the documentation of this file.
2
23 string ComponentName,
24 IReadOnlyCollection<string> Dependencies);
record ComponentDependencies(string ComponentName, IReadOnlyCollection< string > Dependencies)
Representa las dependencias de un componente hacia otros componentes.