Reply To: code generation with primitive data types

why if I make a simple class like "Class1" and add an Integer attribute. If I generate code to any language (e.g. c#) it says Integer instead of int. Is Integer meant to be generic and then translated later into int or do I need to just use "int" instead of the built in "Integer" and then have autofill take care of selecting it?

PS: sorry if this post is a duplicate, I didn't see the "please wait" at the top of the page

Patrick 17 December 2012 10:38:55

New Comment

Comment
You can use these formatting tags: [b]bold[/b] [i]italic[/i] [u]underline[/u] [url]www.example.com[/url] [code]some code[/code] [quote]quoted text[/quote] [list]one list item per line[/list]