SumType<T1,T2,T3>.TryGetThird(T3) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
嘗試取得值做為第三個指定的型別。
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
如果類型符合,則為