Click or drag to resize

DictionaryThreadSafeCopyT, UGetDictionaryValuesThreadSafeCopy Methode

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

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

Parameter

source  IDictionaryT, U
IDictionary vom Typ T, U.

Rückgabewert

IEnumerableU
Kopie der Values von source als List vom Typ U.
Siehe auch