[This is preliminary documentation and is subject to change.]
Implements read-only IDictionary<(Of <(TKey, TValue>)>)
Namespace:
Tools.CollectionsT.GenericTAssembly: Tools (in Tools.dll) Version: 1.5.2.0
Syntax
| C# |
|---|
public sealed class ReadOnlyDictionary<TKey, TValue> : IDictionary<TKey, TValue>, IReadOnlyIndexableEnumerable<TValue, TKey>, IReadOnlyIndexableWithCount<TValue, TKey> |
| Visual Basic (Declaration) |
|---|
Public NotInheritable Class ReadOnlyDictionary(Of TKey, TValue) _ Implements IDictionary(Of TKey, TValue), IReadOnlyIndexableEnumerable(Of TValue, TKey), _ IReadOnlyIndexableWithCount(Of TValue, TKey) |
| Visual C++ |
|---|
generic<typename TKey, typename TValue> public ref class ReadOnlyDictionary sealed : IDictionary<TKey, TValue>, IReadOnlyIndexableEnumerable<TValue, TKey>, IReadOnlyIndexableWithCount<TValue, TKey> |
| J# |
|---|
|
| JScript |
|---|
|
Type Parameters
- TKey
- Type of dictionary keys
- TValue
- Type of dictionary items
Remarks
This class can either wrap any IDictionary<(Of <(TKey, TValue>)>) or copy any IDictionary<(Of <(TKey, TValue>)>)