Summary
Get the candidates for a given set
- Assembly
- Rocket
.Surgery .Conventions .Abstractions .dll - Namespace
- Rocket
.Surgery .Conventions .Reflection - Containing Type
- I
Assembly Candidate Finder
Syntax
IEnumerable<Assembly> GetCandidateAssemblies(IEnumerable<string> candidates)
Attributes
Type | Description |
---|---|
NotNullAttribute |
Parameters
Name | Type | Description |
---|---|---|
candidates | IEnumerable |
The candidates as an enumerable |
Return Value
Type | Description |
---|---|
IEnumerable |
IEnumerable{Assembly}. |