ReadOnlyDictionaryWrapperTKey, TValue - конструктор |
Пространство имён:
Tessa.Platform.Collections
Сборка:
Tessa (в Tessa.dll) Версия: 3.5.0.19
Синтаксис public ReadOnlyDictionaryWrapper(
IDictionary<TKey, TValue> wrappedDictionary
)
Public Sub New (
wrappedDictionary As IDictionary(Of TKey, TValue)
)
public:
ReadOnlyDictionaryWrapper(
IDictionary<TKey, TValue>^ wrappedDictionary
)
new :
wrappedDictionary : IDictionary<'TKey, 'TValue> -> ReadOnlyDictionaryWrapper
Параметры
- wrappedDictionary
- Тип: System.Collections.GenericIDictionaryTKey, TValue
Исходная коллекция
См. также