Click or drag to resize

DictionaryThreadSafeCopyT, UGetDictionaryKeysThreadSafeCopy method

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

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

Parameters

source  IDictionaryT, U
IDictionary of type T, U.

Return value

IEnumerableT
Copy of the keys from source as a list of type T.
See also