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