ImmutableListT(FuncT, T) Constructor
Namespace: SnapDB.ImmutablesAssembly: SnapDB (in SnapDB.dll) Version: 1.0.102.0 -- Release Build+29075351d0e5aa4dea46a5c520805222f672dc2e
public ImmutableList(
Func<T, T>? formatter = null
)
Public Sub New (
Optional formatter As Func(Of T, T) = Nothing
)
public:
ImmutableList(
Func<T, T>^ formatter = nullptr
)
SnapDB.Immutables.ImmutableList = function(formatter);
Parameters
- formatter FuncT, T (Optional)
- Allows items to be formatted when inserted into a list.