Skip to content

Commit 3b3f775

Browse files
author
Steve Ives
committed
Changed all @nullable to Nullable.
1 parent f12980f commit 3b3f775

File tree

4 files changed

+538
-538
lines changed

4 files changed

+538
-538
lines changed

HarmonyCoreExtensions/ParameterBridgeType.dbl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ namespace HarmonyCoreExtensions
121121
(CoerceType.Boolean),
122122
result = "boolean"
123123
(CoerceType.DateTime),
124-
result = "@DateTime"
124+
result = "DateTime"
125125
(CoerceType.DateTimeNullable),
126126
result = "Nullable<Datetime>"
127127
(CoerceType.Decimal),

HarmonyCoreExtensions/ReturnValueBridgeType.dbl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -122,13 +122,13 @@ namespace HarmonyCoreExtensions
122122
(CoerceType.Boolean),
123123
mreturn "boolean"
124124
(CoerceType.DateTime),
125-
mreturn "@DateTime"
125+
mreturn "DateTime"
126126
(CoerceType.DateTimeNullable),
127-
mreturn "@Nullable<Datetime>"
127+
mreturn "Nullable<Datetime>"
128128
(CoerceType.Decimal),
129129
mreturn "decimal"
130130
(CoerceType.DecimalNullable),
131-
mreturn "@Nullable<decimal>"
131+
mreturn "Nullable<decimal>"
132132
endusing
133133
end
134134
(ReturnType.ImpliedDecimal),

0 commit comments

Comments
 (0)