📜  发送类型作为参数 c# 代码示例

📅  最后修改于: 2022-03-11 14:49:20.740000             🧑  作者: Mango

代码示例2
T GetColumnValue(string columnName)
{
    // If you need the type, you can use typeof(T)...