次の方法で共有


SumType<T1,T2,T3,T4>.TryGetThird(T3) メソッド

定義

指定した 3 番目の型として値の取得を試みます。

public:
 bool TryGetThird([Runtime::InteropServices::Out] T3 % value);
public bool TryGetThird (out T3 value);
member this.TryGetThird : 'T3 -> bool
Public Function TryGetThird (ByRef value As T3) As Boolean

パラメーター

value
T3

指定した型の値/>

戻り値

true 型が一致する場合

適用対象