Click or drag to resize

EnumerableThreadSafeCopyTGetEnumerableThreadSafeCopy method

Copies thread-safe IEnumerable<T> source to IEnumerable<T> target.

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

Parameters

source  IEnumerableT
IEnumerable of type T.

Return value

IEnumerableT
Copy of source as list of type T.
See also