指定されたキーに関連付けられた null 許容の列挙値を取得します。値が存在しない場合、または列挙に変換できない場合は、 (null の場合もあります) を返します。
シンタックス
'宣言
Public Overloads Shared Function GetEnum(Of As {New, Struct})( _
ByVal As IPdfDict, _
ByVal As PdfName, _
ByVal As System.Nullable(Of T) _
) As System.Nullable(Of T)
public static System.Nullable<T> GetEnum<>(
IPdfDict ,
PdfName ,
System.Nullable<T>
)
where T: new(), struct
パラメータ
- dict
- 現在の辞書。
- key
- 値を識別するキー。
- defValue
- デフォルト値。
型パラメータ
- T
戻り値の型
指定されたキーまたは に関連付けられた値。
参照