Method Create
Create<T>(T)
Static function to create a MetricId.
Declaration
public static MetricId Create<T>(T value) where T : unmanaged, Enum
Parameters
| Type | Name | Description |
|---|---|---|
| T | value | Enum value for the metric. |
Returns
| Type | Description |
|---|---|
| MetricId |
Type Parameters
| Name | Description |
|---|---|
| T | An enum with the MetricTypeEnumAttribute |