Table of Contents

GetUnderlyingValues Method

GetUnderlyingValues<TEnum>()

public static ReadOnlySpan<ulong> GetUnderlyingValues<TEnum>() where TEnum : Enum

Get ulong representation of underlying values.

Returns

ReadOnlySpan<ulong>

Type Parameters

TEnum

Remarks

NOTE: long is casted in unchecked manner.