'宣言 Public Function GetPropertyValue(Of V)( _ ByVal propertyName As System.String, _ ByVal nullValue As V _ ) As V
public V GetPropertyValue<V>( System.string propertyName, V nullValue )
パラメータ
- propertyName
- プロパティの名前。
- nullValue
- null 値。
型パラメータ
- V
'宣言 Public Function GetPropertyValue(Of V)( _ ByVal propertyName As System.String, _ ByVal nullValue As V _ ) As V
public V GetPropertyValue<V>( System.string propertyName, V nullValue )