Table of Contents

Class Result<T>

Namespace
ScanbotSDK.MAUI.Common
Assembly
ScanbotSDK.Shared.dll
public class Result<T> : Result

Type Parameters

T
Inheritance
Result<T>
Inherited Members

Properties

Value

Returns the result from the ResultWrapper.

public T Value { get; }

Property Value

T

Exceptions

Exception

Throws native inner exception if not success.

ValueOrNull

Returns the result from the ResultWrapper.

public T? ValueOrNull { get; }

Property Value

T