Summary
Get's all union paires for a given union enum
- Assembly
- Rocket
.Surgery .Extensions .Unions .dll - Namespace
- Rocket
.Surgery .Unions - Containing Type
- UnionHelper
Syntax
public static IReadOnlyDictionary<object, Type> GetUnion(TypeInfo typeInfo)
Parameters
| Name | Type | Description |
|---|---|---|
| typeInfo | TypeInfo |
Return Value
| Type | Description |
|---|---|
| IReadOnlyDictionary |
