summaryT:DotNetNuke.Collections.Internal.SharedDictionary`2
Namespace: DotNetNuke.Collections.InternalAssembly: DotNetNuke (in DotNetNuke.dll)
Syntax
C# |
---|
[SerializableAttribute] public class SharedDictionary<TKey, TValue> : IDictionary<TKey, TValue>, ICollection<KeyValuePair<TKey, TValue>>, IEnumerable<KeyValuePair<TKey, TValue>>, IEnumerable, IDisposable |
Visual Basic |
---|
<SerializableAttribute> Public Class SharedDictionary(Of TKey, TValue) Implements IDictionary(Of TKey, TValue), ICollection(Of KeyValuePair(Of TKey, TValue)), IEnumerable(Of KeyValuePair(Of TKey, TValue)), IEnumerable, IDisposable |
Type Parameters
- TKey
- typeparamTKeyT:DotNetNuke.Collections.Internal.SharedDictionary`2
- TValue
- typeparamTValueT:DotNetNuke.Collections.Internal.SharedDictionary`2