我有一个包含不确定类型变量的类,它必须在运行时被覆盖,我该怎么做?
对不起这个令人作呕的问题(例如:
public class MyClass
{
public e_Type TypeValue;
public (variable of indeterminate type) Value;
}
public enum e_Type
{
string, int, bool, byte
}
在运行时变量 TypeValue 应该确定变量 Value 的类型