|
| static readonly bool | IsInt = typeof(T).IsEnum && Enum.GetUnderlyingType(typeof(T)) == typeof(int) |
| |
| static readonly bool | IsLong = typeof(T).IsEnum && Enum.GetUnderlyingType(typeof(T)) == typeof(long) |
| |
Definition at line 17 of file ClassExtension.cs.
◆ IsInt
| readonly bool ClassExtension.EnumSize< T >.IsInt = typeof(T).IsEnum && Enum.GetUnderlyingType(typeof(T)) == typeof(int) |
|
static |
◆ IsLong
| readonly bool ClassExtension.EnumSize< T >.IsLong = typeof(T).IsEnum && Enum.GetUnderlyingType(typeof(T)) == typeof(long) |
|
static |
The documentation for this class was generated from the following file: