Click or drag to resize

DictionaryThreadSafeCopyT, U Class

Static helper class - provides static generic methods which lock and copy dictionaries.
Inheritance hierarchy
SystemObject
  NetEti.GlobalsDictionaryThreadSafeCopyT, U

Namespace: NetEti.Globals
Assembly: NetEti.Global (in NetEti.Global.dll) Version: 1.0.0+ad672dc5430e1683eae7461ce3945c8e9dce1c49
Syntax
public static class DictionaryThreadSafeCopy<T, U>

Type parameters

T
Type of IEnumerable keys.
U
Type of the IEnumerable values.

The DictionaryThreadSafeCopyT, U Type exposes the following members.

Methods
 NameDescription of the
Public MethodStatic MemberGetDictionaryKeysThreadSafeCopy Copies thread-safe the keys of IDictionary<T, U> source to IEnumerable<T> target.
Public MethodStatic MemberGetDictionaryThreadSafeCopy Copies thread-safe IDictionary<T, U> source to IDictionary<T, U> target.
Public MethodStatic MemberGetDictionaryValuesThreadSafeCopy Copies thread-safe the values of IDictionary<T, U> source to IEnumerable<U> target.
Back to the top
Remarks
File: DictionaryThreadSafeCopy.cs Author: Erik Nagel, NetEti 09 Aug 2016 Erik Nagel, NetEti: created
See also