我想创建
public object Value { get; set; }
public Type Type { get; set; }
public string Name { get; set; }
public string "user has to give propertyname" {get;set;}
在运行时根据用户要求。是否可以在 Csharp Using Expandos 或 Dynamics 中执行此操作。我问是否要在运行时行中设置属性名称
公共字符串“用户必须提供属性名”{get;set;}。它必须来自 xml r sql 但我想在运行时设置属性名。