All Downloads are FREE. Search and download functionalities are using the official Maven repository.

csharp.libraries.generichost.WritePropertyHelper.mustache Maven / Gradle / Ivy

There is a newer version: 7.6.0
Show newest version
{{#isNullable}}
if ({{#lambda.camelcase_param}}{{classname}}{{/lambda.camelcase_param}}.{{name}}{{^required}}Option.Value{{/required}} != null)
    {{#lambda.pasteLine}}{{/lambda.pasteLine}}
else
    writer.WriteNull("{{baseName}}");
{{/isNullable}}
{{^isNullable}}
{{#lambda.pasteLine}}{{/lambda.pasteLine}}
{{/isNullable}}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy