'宣言 Public MustOverride Function ReadNullableEnum(Of T As {New, Struct})() As System.Nullable(Of T)
'使用法 Dim instance As C1ReaderBase Dim value As System.Nullable(Of T) value = instance.ReadNullableEnum(Of T)()
public abstract System.Nullable<T> ReadNullableEnum<T>() where T: new(), struct
型パラメータ
- T