Click or drag to resize

DictionaryThreadSafeCopyT, U Methods

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
See also