ImmutableListT(Int32, 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(
	int capacity,
	Func<T, T>? formatter = null
)

Parameters

capacity  Int32
The integer capacity that the list can hold.
formatter  FuncT, T  (Optional)
An optional formatter for the items in the list of type T.

See Also