一种简单的新手问题......我知道如何创建一个字符串对象,但我将如何创建一个 int 对象?
这是我的上下文文件中的 xml 代码片段:
<object id="myString" type="System.String">
<constructor-arg value="foo" />
</object>
<object id="myInt" type="System.Int32">
<<<**** how do I set this ****>>>>
</object>