예제 #1
0
 /// <summary>
 /// Returns the number of entries for a given Enum.
 /// </summary>
 /// <param name="enumName">The name of the Enum to get the EntryCount of.</param>
 /// <returns>Number of entries in the Enum.</returns>
 public static int GetEnumEntryCount(string enumName)
 {
     return(FHost.GetEnumEntryCount(enumName));
 }