ImmutableListT(FuncT, T) Constructor

Creates a new ImmutableListT.

Definition

Namespace: SnapDB.Immutables
Assembly: SnapDB (in SnapDB.dll) Version: 1.0.102.0 -- Release Build+29075351d0e5aa4dea46a5c520805222f672dc2e
public ImmutableList(
	Func<T, T>? formatter = null
)

Parameters

formatter  FuncT, T  (Optional)
Allows items to be formatted when inserted into a list.

See Also