SumType<T1,T2,T3,T4>.TryGetFourth(T4) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Tries to get the value as the fourth specified type.
public:
bool TryGetFourth([Runtime::InteropServices::Out] T4 % value);
public bool TryGetFourth (out T4 value);
member this.TryGetFourth : 'T4 -> bool
Public Function TryGetFourth (ByRef value As T4) As Boolean
Parameters
- value
- T4
the value in the specified type/>
Returns
true
if the type matches