The BluefinBoolean type exposes the following members.
Back to Top
Back to Top
Back to Top
Back to Top
Constructors
Name | Description | |
---|---|---|
![]() | BluefinBoolean |
Initializes a new instance of BluefinBoolean class, which acts as a wrapper for value type Boolean.
|
Methods
Name | Description | |
---|---|---|
![]() | IsNull |
Returns true -- incapsulated value can'be null.
(Overrides BluefinValue T IsNull .) |
![]() | ToString |
Returns string representation of encapsulated value.
(Inherited from BluefinValue T .) |
Fields
Name | Description | |
---|---|---|
![]() | t |
Refers incapsulated value object.
(Inherited from BluefinValue T .) |
Properties
Name | Description | |
---|---|---|
![]() | Value |
Gets incapsulated value.
(Inherited from BluefinValue T .) |
See Also