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

Constructors

Result()

public Result()

Properties

Value

public T Value { get; }

Property Value

T

ValueOrNull

public T? ValueOrNull { get; }

Property Value

T