EnumFromString<T> constructor

EnumFromString<T>(
  1. List<T> enumValues
)

Implementation

EnumFromString(this.enumValues);