共用方式為


SumType<T1,T2,T3>.TryGetThird(T3) 方法

定義

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

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

適用於