Crescendo SDK
|
This is the complete list of members for CrescendoDLL.SDKCore.Result< T >, including all inherited members.
Create< T >(T? value) | CrescendoDLL.SDKCore.Result< T > | static |
Error | CrescendoDLL.SDKCore.Result< T > | |
Failure(Error error) | CrescendoDLL.SDKCore.Result< T > | static |
Failure< T >(Error error) | CrescendoDLL.SDKCore.Result< T > | static |
IsFailure | CrescendoDLL.SDKCore.Result< T > | |
IsSuccess | CrescendoDLL.SDKCore.Result< T > | |
operator Result< T >(T? value) | CrescendoDLL.SDKCore.Result< T > | static |
Result(bool isSuccess, Error error) | CrescendoDLL.SDKCore.Result< T > | inlineprotected |
Success() | CrescendoDLL.SDKCore.Result< T > | static |
Success< T >(T value) | CrescendoDLL.SDKCore.Result< T > | static |
Value | CrescendoDLL.SDKCore.Result< T > |