Gets the value of the specified property by name.
'宣言
Public Function GetEnumValueByName(Of As {New, Struct})( _
ByVal As System.String _
) As
public GetEnumValueByName<>(
System.string
)
where T: new(), struct
パラメータ
- name
- The name of the property.
型パラメータ
- T
戻り値の型
The value of the specified property by name.