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