'宣言 Public Function GetValue(Of T)( _ ByVal childRecType As System.Byte, _ ByVal defValue As T _ ) As T
'使用法 Dim instance As ElementProperties Dim childRecType As System.Byte Dim defValue As T Dim value As T value = instance.GetValue(Of T)(childRecType, defValue)
public T GetValue<T>( System.byte childRecType, T defValue )
パラメータ
- childRecType
- defValue
型パラメータ
- T