UnionHelper.

GetAll(IEnumerable<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(IEnumerable<Assembly> assemblies)

Attributes

Type Description
IteratorStateMachineAttribute

Parameters

Name Type Description
assemblies IEnumerable<Assembly>

Return Value

Type Description
IEnumerable<ValueTuple<TypeInfo, TypeInfo, bool>>