Click or drag to resize

DictionaryThreadSafeCopyT, UGetDictionaryKeysThreadSafeCopy Methode

Kopiert thread-safe die Keys von IDictionary<T, U> source auf IEnumerable<T> target.

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

Parameter

source  IDictionaryT, U
IDictionary vom Typ T, U.

Rückgabewert

IEnumerableT
Kopie der Keys von source als List vom Typ T.
Siehe auch