'宣言
Public Delegate Function RomUtils.FromStringConverter(Of T)( _ ByVal stringValue As String _ ) As T
public delegate T RomUtils.FromStringConverter<T>( string stringValue )
パラメータ
- stringValue
型パラメータ
- T
'宣言
Public Delegate Function RomUtils.FromStringConverter(Of T)( _ ByVal stringValue As String _ ) As T
public delegate T RomUtils.FromStringConverter<T>( string stringValue )