UnionHelper.

GetAll(Assembly, Assembly[]) Method

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

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<ValueTuple<TypeInfo, TypeInfo, bool>>