 | DictionaryThreadSafeCopyT, U Class |
Static helper class - provides static generic methods
which lock and copy dictionaries.
Inheritance hierarchy Namespace: NetEti.GlobalsAssembly: NetEti.Global (in NetEti.Global.dll) Version: 1.0.0+ad672dc5430e1683eae7461ce3945c8e9dce1c49
Syntaxpublic static class DictionaryThreadSafeCopy<T, U>
Public NotInheritable Class DictionaryThreadSafeCopy(Of T, U)
generic<type name T, type name U>
public ref class DictionaryThreadSafeCopy abstract sealed
[<AbstractClassAttribute>]
[<SealedAttribute>]
type DictionaryThreadSafeCopy<'T, 'U> = class end
Type parameters
- T
- Type of IEnumerable keys.
- U
- Type of the IEnumerable values.
The DictionaryThreadSafeCopyT, U Type exposes the following members.
Methods
Remarks
File: DictionaryThreadSafeCopy.cs
Author: Erik Nagel, NetEti
09 Aug 2016 Erik Nagel, NetEti: created
See also