I am using IKVM to transform my java .jar file to a .NET .dll file. I can create a property from the getter and setters of integer types .. But am not able to do so for string d
For non-primitive types the signature representation is "L" + type name + ";". Here's an example:
For an array type, prefix the element type signature representation with "[".