'Declaration Public Overloads Shared Function Enum(Of T As Enum)() As Coders.Coder(Of T)
public static Coders.Coder<T> Enum<T>() where T: Enum
Type Parameters
- T
- The enumeration type.
Return Value
A Coders.Coder<T> object for the specified enumeration type.