News

You can use dot notation to specify parameters to methods. For example: return-value = object.method (object.id); However, if you use dot notation to specify an update or output parameter, then SCL ...
By using this attribute, you are only specifying to the JIT compiler that, if possible, the method should be inlined. In other words, the attribute is only a suggestion, not an instruction.