共用方式為


SumType<T1,T2>.TryGetSecond(T2) 方法

定義

嘗試取得值做為第二個指定的型別。

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 如果類型符合,則為

適用於