'宣言 Public Overloads Sub WriteNullableEnum(Of T As {New, Struct})( _ ByVal name As System.String, _ ByVal v As System.Nullable(Of T) _ )
'使用法 Dim instance As C1WriterBase Dim name As System.String Dim v As System.Nullable(Of T) instance.WriteNullableEnum(Of T)(name, v)
パラメータ
- name
- v
型パラメータ
- T