Summary
Gets the type of the union enum.
- Assembly
- Rocket
.Surgery .Extensions .Unions .dll - Namespace
- Rocket
.Surgery .Unions - Containing Type
- UnionHelper
Syntax
public static Type GetUnionEnumType(Type type, string propertyName)
Parameters
| Name | Type | Description |
|---|---|---|
| type | Type | The type. |
| propertyName | string | Name of the property. |
Return Value
| Type | Description |
|---|---|
| Type |
