We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8925b9 commit 8e3e85fCopy full SHA for 8e3e85f
templates/Engine method templates/ConvertTemplate/ConvertTemplate.cs
@@ -36,11 +36,11 @@ public static partial class Convert
36
/***************************************************/
37
38
[Description("")]
39
- [Input("","")]
+ [Input("","")]
40
[Output("", "")]
41
public static void $safeitemname$()
42
{
43
- throw new NotImplementedException();
+ throw new NotImplementedException();
44
}
45
46
0 commit comments