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