Name | Description | |
---|---|---|
![]() ![]() | Bool | Gets a coder for the System.Boolean type. |
![]() ![]() | BoolDefFalse | Gets a coder for the System.Boolean type with a default value of an false . |
![]() ![]() | Double | Gets a coder for the System.Double type. |
![]() ![]() | Int | Gets a coder for the System.Int32 type. |
![]() ![]() | IntDefZero | Gets a coder for the System.Int32 type with a default value of 0 . |
![]() ![]() | NullableDouble | Gets a coder for the nullable System.Double type. |
![]() ![]() | String | Gets a coder for the System.String type. |
![]() ![]() | StringDefEmpty | Gets a coder for the System.String type with a default value of an empty string. |
![]() ![]() | StringDefNull | Gets a coder for the System.String type with a default value of null . |