'Declaration Public Shared Function Enum(Of T As Enum)() As JsonCoder(Of T)
public static JsonCoder<T> Enum<T>() where T: Enum
Type Parameters
- T
'Declaration Public Shared Function Enum(Of T As Enum)() As JsonCoder(Of T)
public static JsonCoder<T> Enum<T>() where T: Enum
Exception | Description |
---|---|
System.FormatException | Thrown if the value is not a string . |