Property | Type | Description |
---|
Method | Description | |
---|---|---|
BooleanResult ( bool value ) : System |
Initializes a new instance of the BooleanResult class.
|
|
ToString ( ) : string |
Returns a System.String that represents this instance.
|
public BooleanResult ( bool value ) : System | ||
value | bool | The value of result. |
return | System |