Код: Выделить всё
protected static T CurrentUserId()
{
...
}
protected static string CurrentUserId
{
get
{
...
}
}
Кто-нибудь знает, почему компилятор борется с этим ?
Подробнее здесь: https://stackoverflow.com/questions/166 ... -ambiguous
Код: Выделить всё
protected static T CurrentUserId()
{
...
}
protected static string CurrentUserId
{
get
{
...
}
}