c#里面我想用Object类定义一个object,只需要有value和type两个属性,可不可以?比如2个object
object[1] value="aa" type="string"
object[2] value=2    type="Int32"