Má někdo tušení, proč nejde zdědit abstraktní Public třída System.Collections.Generic.SynchronizedKeyedCollection(Of K, T)? Visual Studio 2008, .NET Framework 3.5, zkoušel jsem Visual Basic i C#.
Imports System.Collections.Generic
Friend Class SynchronizedDictionary(Of TKey, TValue)
Inherits SynchronizedKeyedCollection(Of TKey, TValue)
'Type 'SynchronizedKeyedCollection' is not defined.
End Class
Na webu jsem na toto téma nic nenalezl a doufám že to nebude nějaká fádní záležitost, kterou jsem přehlédl.
|