The BluefinValue T type exposes the following members.
Back to Top
Back to Top
Back to Top
Back to Top
Constructors
Name | Description | |
---|---|---|
![]() | BluefinValue T |
Initializes new instance with given value.
|
Methods
Name | Description | |
---|---|---|
![]() | IsNull |
This method has to be implemented by inheritors.
|
![]() ![]() | IsNull(BluefinValue T ) |
Check to see, if a value is null.
|
![]() | ToString |
Returns string representation of encapsulated value.
(Overrides ![]() |
Fields
Name | Description | |
---|---|---|
![]() | t |
Refers incapsulated value object.
|
Properties
Name | Description | |
---|---|---|
![]() | Value |
Gets incapsulated value.
|
See Also