Summary
Get's a list of all the unions in a set of assemblies
Used to create a unit tests that ensures all unions are configured properly
- Assembly
- Rocket
.Surgery .Extensions .Unions .dll - Namespace
- Rocket
.Surgery .Unions - Containing Type
- UnionHelper
Syntax
public static IEnumerable<ValueTuple<TypeInfo, TypeInfo, bool>> GetAll(Assembly assembly, params Assembly[] rest)
Parameters
| Name | Type | Description |
|---|---|---|
| assembly | Assembly | |
| rest | Assembly[] |
Return Value
| Type | Description |
|---|---|
| IEnumerable |
