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(IEnumerable<Assembly> assemblies)
Attributes
Type | Description |
---|---|
Iterator |
Parameters
Name | Type | Description |
---|---|---|
assemblies | IEnumerable |
Return Value
Type | Description |
---|---|
IEnumerable |