 | DictionaryThreadSafeCopyT, UGetDictionaryKeysThreadSafeCopy Methode |
Kopiert thread-safe die Keys von IDictionary<T, U> source
auf IEnumerable<T> target.
Namensraum: NetEti.GlobalsAssembly: NetEti.Global (in NetEti.Global.dll) Version: 1.0.0+9e45bc96a63c7bb901730bcd263b98db5a48e949
Syntaxpublic static IEnumerable<T> GetDictionaryKeysThreadSafeCopy(
IDictionary<T, U> source
)
Public Shared Function GetDictionaryKeysThreadSafeCopy (
source As IDictionary(Of T, U)
) As IEnumerable(Of T)
public:
static IEnumerable<T>^ GetDictionaryKeysThreadSafeCopy(
IDictionary<T, U>^ source
)
static member GetDictionaryKeysThreadSafeCopy :
source : IDictionary<'T, 'U> -> IEnumerable<'T>
Parameter
- source IDictionaryT, U
- IDictionary vom Typ T, U.
Rückgabewert
IEnumerableTKopie der Keys von source als List vom Typ T.
Siehe auch