Struct BoolResult
Struct to contain a boolean result with contextual information when false.
Inherited Members
Namespace: Unity.Build
Assembly: solution.dll
Syntax
public struct BoolResult
Properties
| Name | Description |
|---|---|
| Reason | Contextual information about this result. |
| Result | Value of this result. |
Methods
| Name | Description |
|---|---|
| False(string) | Construct a result equal to false, with a reason. |
| True() | Construct a result equal to true. |
Operators
| Name | Description |
|---|---|
| implicit operator bool(BoolResult) | Implicit conversion to bool. |