Class Result<T>
- Namespace
- Dynamicweb.Core
- Assembly
- Dynamicweb.Core.dll
Type Parameters
T
- Inheritance
-
Result<T>
- Inherited Members
Constructors
Result(T?, bool, string)
Parameters
Properties
Value
Property Value
- T
Operators
implicit operator T?(Result<T>)
Implicit operator for getting the type T out of the Result without accessing the Value directly
Parameters
result
Result<T>
Returns
- T