阅读背景:

如何在System.Type变量中使用“is”运算符?

来源:互联网 

here is what a I'm doing:

这是我正在做的事情:

object ReturnMatch(System.Type type)  
{  
    foreach(object obj in myObjects)  
    {
        if (obj == type)  
        {  
            return obj;  
        }  
    }  
}  
objec



你的当前访问异常,请进行认证后继续阅读剩余内容。

分享到: