Class RtuResult<T>
- Namespace
- ScanbotSDK.MAUI
- Assembly
- ScanbotSDK.Shared.dll
public class RtuResult<T> : BaseResult
Type Parameters
T
- Inheritance
-
RtuResult<T>
- Inherited Members
Constructors
RtuResult()
public RtuResult()
Properties
Result
public T Result { get; set; }
Property Value
- T