Click or drag to resize

EnumerableThreadSafeCopyT Class

Static helper class - provides a static method "GetEnumerableThreadSafeCopy" is available, which generates generic Locks and copies lists.
Inheritance hierarchy
SystemObject
  NetEti.GlobalsEnumerableThreadSafeCopyT

Namespace: NetEti.Globals
Assembly: NetEti.Global (in NetEti.Global.dll) Version: 1.0.0+ad672dc5430e1683eae7461ce3945c8e9dce1c49
Syntax
public static class EnumerableThreadSafeCopy<T>

Type parameters

T
Type of a concrete IEnumerable element.

The EnumerableThreadSafeCopyT Type exposes the following members.

Methods
 NameDescription of the
Public MethodStatic MemberGetEnumerableThreadSafeCopy Copies thread-safe IEnumerable<T> source to IEnumerable<T> target.
Back to the top
Remarks
File: EnumerableThreadSaveCopy.cs Author: Erik Nagel, NetEti 09 Aug 2016 Erik Nagel, NetEti: created
See also