Kind of a simple newbie question...I see how I can create a string object, but how would I create an int object?
Here is the xml code fragment from my context file:
<object id="myString" type="System.String">
<constructor-arg value="foo" />
</object>
<object id="myInt" type="System.Int32">
<<<**** how do I set this ****>>>>
</object>