[]
Gets the value of the specified property by name.
public T GetEnumValueByName<T>(string name) where T : struct
| Type | Name | Description |
|---|---|---|
| string | name | The name of the property. |
| Type | Description |
|---|---|
| T | The value of the specified property by name. |
| Name | Description |
|---|---|
| T |