ReadEnum<T> Method (Utils)
In This Topic
Syntax
'Declaration
Public Shared Function ReadEnum(Of As {New, Struct})( _
ByVal As XmlNodeWrapperBase, _
ByVal As String, _
ByVal As _
) As
public static ReadEnum<>(
XmlNodeWrapperBase ,
string ,
)
where T: new(), struct
Parameters
- node
- name
- defValue
Type Parameters
- T
See Also