It uses an explicit implementation of the interface. Here is an example.
interface IFoo
{
void Foo();
}
class FooImplementation : IFoo
{
void IFoo.Foo()
{
}
}
If you assign or drop ConcurrentDictionaryin IDictionary, you can use all the methods defined there.
source
share