1
class Voo
{
private static AnotherClass Doo(int id)
{
//do some stuff with id then return object of AnotherClass
return x[0];
}
}
,並用這種私人與痣
MVoo.DooInt32 = delegate ...
現在我改變了方法:
class Voo
{
private static AnotherClass Doo(string a, object b)
{
//do some stuff with a and b then return object of AnotherClass
return x[0];
}
}
但鼴鼠不給我新的簽名。西爾MVoo.DooInt32 但我希望MVoo.DooStringObject
我去掉痣參考,清洗,rebuilded。目前沒有積極的結果。
任何想法?
謝謝!在我的情況下:8.1)重新啓動VS2010,讓Intelisense再次運行。 – user799821
嗯。這太有趣了。我會牢記這一點。 –