The SharedDictionary<(Of <(<'TKey, TValue>)>)> type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | SharedDictionary<(Of <(<'TKey, TValue>)>)>()()()() | DotNetNuke.Collections.Internal.SharedDictionary`2 |
![]() | SharedDictionary<(Of <(<'TKey, TValue>)>)>(ILockStrategy) | DotNetNuke.Collections.Internal.SharedDictionary`2 |
![]() | SharedDictionary<(Of <(<'TKey, TValue>)>)>(LockingStrategy) | DotNetNuke.Collections.Internal.SharedDictionary`2 |
Methods
Name | Description | |
---|---|---|
![]() | Add(KeyValuePair<(Of <<'(TKey, TValue>)>>)) | |
![]() | Add(TKey, TValue) | |
![]() | Clear | |
![]() | Contains | |
![]() | ContainsKey | |
![]() | CopyTo | |
![]() | Dispose()()()() | DotNetNuke.Collections.Internal.SharedDictionary`2 |
![]() | Dispose(Boolean) | DotNetNuke.Collections.Internal.SharedDictionary`2 |
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Overrides Object..::..Finalize()()()().) |
![]() | GetEnumerator | |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetReadLock()()()() | |
![]() | GetReadLock(Int32) | |
![]() | GetReadLock(TimeSpan) | |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | GetWriteLock()()()() | |
![]() | GetWriteLock(Int32) | |
![]() | GetWriteLock(TimeSpan) | |
![]() | IEnumerable_GetEnumerator | |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | Remove(KeyValuePair<(Of <<'(TKey, TValue>)>>)) | |
![]() | Remove(TKey) | |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
![]() | TryGetValue |
Extension Methods
Name | Description | |
---|---|---|
![]() | ForEach<(Of <<'(KeyValuePair<(Of <<'(TKey, TValue>)>>)>)>>) |
Executes an action for each element in the source collection.
(Defined by CollectionExtensions.) |
![]() | InPagesOf<(Of <<'(KeyValuePair<(Of <<'(TKey, TValue>)>>)>)>>) |
Filters the incoming store to retrieve pages of a specified size.
(Defined by PagingExtensions.) |
![]() | ToJson |
Extension method on object that serializes the value to Json.
Note the type must be marked Serializable or include a DataContract attribute.
(Defined by JsonExtensionsWeb.) |
![]() | ToPagedList<(Of <<'(KeyValuePair<(Of <<'(TKey, TValue>)>>)>)>>) | (Defined by PagingExtensions.) |
Properties
Name | Description | |
---|---|---|
![]() | Count | |
![]() | IsReadOnly | |
![]() | Item | |
![]() | Keys | |
![]() | Values |