UnionHelper.

GetUnion(Type) Method

Summary

Get's all union paires for a given union enum

Syntax

public static IReadOnlyDictionary<object, Type> GetUnion(Type type)

Parameters

Name Type Description
type Type

Return Value

Type Description
IReadOnlyDictionary<object, Type>