Megadocs 0.0.1
All of megapop's internal libraries
Megapop.MegaCore.EnumUtil Class Reference

Static Public Member Functions

static IEnumerable< T > GetValues< T > ()
 
static IEnumerable< string > GetNames< T > ()
 

Member Function Documentation

◆ GetNames< T >()

static IEnumerable< string > Megapop.MegaCore.EnumUtil.GetNames< T > ( )
static
Type Constraints
T :Enum 
T :Enum.GetNames 
T :typeof 
T :T 

◆ GetValues< T >()

static IEnumerable< T > Megapop.MegaCore.EnumUtil.GetValues< T > ( )
static
Type Constraints
T :Enum 
T :Enum.GetValues 
T :typeof 
T :T 
T :Cast<T>() 

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