For example:
procedure division.
declare x = 1 < 2
invoke type System.Diagnostics.Debug::Assert(1 < 2)
.
>>-----.----ILCONDITIONPARAM--.------------><
+--NOILCONDITIONPARAM-----------------+
| Default: | ILCONDITIONPARAM |
| IDE equivalent: | None |
Comments:
Applications that use the old COBOL syntax for specifying named parameters to custom-attributes will not compile with the ILCONDITIONPARAM specified. This can result in any older applications failing to compile in the current version of the product.
You can work around this issue in one of the following ways:
custom-attribute is type WebServiceBindingAttribute("Name"="ShakespeareSoap", "Namespace"="http://xmlme.com/WebServices")