'宣言 Overloads Public Operator Widening CType( _ ByVal value As System.String _ ) As ScriptEnumValue(Of T)
'使用法
public ScriptEnumValue<T> operator implicit( System.string value )
パラメータ
- value
- The string to convert.
戻り値の型
The ScriptEnumValue<T> object.
'宣言 Overloads Public Operator Widening CType( _ ByVal value As System.String _ ) As ScriptEnumValue(Of T)
'使用法
public ScriptEnumValue<T> operator implicit( System.string value )