次の方法で共有


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

定義

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

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

パラメーター

value
T2

指定した型の値/>

戻り値

true 型が一致する場合

適用対象