TryResultsT Class
Class that contains a value and an error message and if the operation was successful
Namespace: PCB_Investigator.Plugin.ClassesAssembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
public class TryResults<T>
Public Class TryResults(Of T)
generic<typename T>
public ref class TryResults
type TryResults<'T> = class end
- Inheritance
- Object TryResultsT
Type Parameters
- T
| ErrorMessage |
Error message if the operation was not successful
|
| Success |
If the operation was successful
|
| Value |
Value of the operation
|
| CreateError |
Create an error message
|
| Unpack |
Unpack the value of the Maybe class. If the operation was not successful, show an error message if wanted
|