Summary
Get the candidates for a given set
- Assembly
- Rocket
.Surgery .Conventions .Abstractions .dll - Namespace
- Rocket
.Surgery .Conventions .Reflection - Containing Type
- Assembly
Candidate Finder Extenisons
Syntax
public static IEnumerable<Assembly> GetCandidateAssemblies(this IAssemblyCandidateFinder finder, string candidate, params string[] candidates)
Attributes
Type | Description |
---|---|
Nullable |
|
NotNullAttribute |
Parameters
Name | Type | Description |
---|---|---|
finder | I |
The IAssemblyCandidateFinder |
candidate | string | The first candidate to find |
candidates | string[] | The candidates as an array |
Return Value
Type | Description |
---|---|
IEnumerable |
IEnumerable{Assembly}. |