MessageContextBase.ReadValueType<T>(String) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
public:
generic <typename T>
where T : value class Nullable<T> ReadValueType(System::String ^ name);
public Nullable<T> ReadValueType<T> (string name) where T : struct;
member this.ReadValueType : string -> Nullable<'T (requires 'T : struct)> (requires 'T : struct)
Public Function ReadValueType(Of T As Structure) (name As String) As Nullable(Of T)
型パラメーター
- T
パラメーター
- name
- String
戻り値
Nullable<T>