Class BooleanTypedValue
Inheritance
System.Object
BooleanTypedValue
Assembly: Steeltoe.Common.Expression.dll
Syntax
public class BooleanTypedValue : TypedValue
Fields
|
Edit this page
View Source
FALSE
Declaration
public static readonly BooleanTypedValue FALSE
Field Value
|
Edit this page
View Source
TRUE
Declaration
public static readonly BooleanTypedValue TRUE
Field Value
Methods
|
Edit this page
View Source
ForValue(Boolean)
Declaration
public static BooleanTypedValue ForValue(bool b)
Parameters
Type |
Name |
Description |
System.Boolean |
b |
|
Returns