Click or drag to resize

ImmutableArrayT(IEnumerableT, FuncT, T) Constructor

Creates a new ImmutableListT.

Namespace: GSF.Immutable
Assembly: GSF.Core (in GSF.Core.dll) Version: 2.4.310-beta+8be1e7b248e48e1670d7f9d47b69224411be6dd9
Syntax
public ImmutableArray(
	IEnumerable<T> items,
	Func<T, T> formatter = null
)
View Source

Parameters

items  IEnumerableT
 
formatter  FuncT, T  (Optional)
 
See Also