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 如果类型匹配

适用于