 | DictionaryThreadSafeCopyT, UGetDictionaryThreadSafeCopy method |
Copies thread-safe IDictionary<T, U> source to IDictionary<T, U> target.
Namespace: NetEti.GlobalsAssembly: NetEti.Global (in NetEti.Global.dll) Version: 1.0.0+ad672dc5430e1683eae7461ce3945c8e9dce1c49
Syntaxpublic static IDictionary<T, U> GetDictionaryThreadSafeCopy(
IDictionary<T, U> source
)
Public Shared Function GetDictionaryThreadSafeCopy (
source As IDictionary(Of T, U)
) As IDictionary(Of T, U)
public:
static IDictionary<T, U>^ GetDictionaryThreadSafeCopy(
IDictionary<T, U>^ source
)
static member GetDictionaryThreadSafeCopy :
source : IDictionary<'T, 'U> -> IDictionary<'T, 'U>
Parameters
- source IDictionaryT, U
- IDictionary of type T, U.
Return value
IDictionaryT,
UCopy of source as dictionary of type T, U.
See also