'宣言 Protected MustOverride Function GetValue() As System.Object
'使用法 Dim instance As RenderInputBase Dim value As System.Object value = instance.GetValue()
protected abstract System.object GetValue()
戻り値の型
入力値。
'宣言 Protected MustOverride Function GetValue() As System.Object
'使用法 Dim instance As RenderInputBase Dim value As System.Object value = instance.GetValue()
protected abstract System.object GetValue()