Elin Decompiled Documentation EA 23.348.1 Nightly
Loading...
Searching...
No Matches
ClassExtension.EnumSize< T > Class Template Reference

Static Public Attributes

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)
 

Detailed Description

Definition at line 17 of file ClassExtension.cs.

Member Data Documentation

◆ IsInt

readonly bool ClassExtension.EnumSize< T >.IsInt = typeof(T).IsEnum && Enum.GetUnderlyingType(typeof(T)) == typeof(int)
static

Definition at line 19 of file ClassExtension.cs.

◆ IsLong

readonly bool ClassExtension.EnumSize< T >.IsLong = typeof(T).IsEnum && Enum.GetUnderlyingType(typeof(T)) == typeof(long)
static

Definition at line 21 of file ClassExtension.cs.


The documentation for this class was generated from the following file: