Tungsten
![]() |
CallResultAsTuple Method |
Creates a Tuple from the properties
Namespace: W
Assembly: Tungsten.CallResult (in Tungsten.CallResult.dll) Version: 2.0.0

C#
public Tuple<bool, Exception> AsTuple()
Return Value
Type: TupleBoolean, ExceptionA Tuple contining the property values

This is essentially a hard-coded Tuple; reflection is not used to obtain the properties. As a result, properties of child classes will not be in the returned Tuple.
