Skip to content
Commit f5f53ddd authored by Marco Buttu's avatar Marco Buttu
Browse files

The methods Concat (all the methods in oveloading) of the IRALibrary

String class now return the object, so it's possible to perform more 
concatenations at the same time. For instance: 
    obj.Concat(first).Concat(second).Concat(third);
insted of:
    obj.Concat(first);
    obj.Concat(second);
    obj.Concat(third);
   
parent 305d893a
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment