Click or drag to resize

DictionaryThreadSafeCopyT, UGetDictionaryValuesThreadSafeCopy method

Copies thread-safe the values of IDictionary<T, U> source to IEnumerable<U> target.

Namespace: NetEti.Globals
Assembly: NetEti.Global (in NetEti.Global.dll) Version: 1.0.0+ad672dc5430e1683eae7461ce3945c8e9dce1c49
Syntax
public static IEnumerable<U> GetDictionaryValuesThreadSafeCopy(
	
	IDictionary<T, U> source
)

Parameters

source  IDictionaryT, U
IDictionary of type T, U.

Return value

IEnumerableU
Copy of the values from source as a list of type U.
See also