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