Mocker..::..GetList<(Of <(<'T>)>)> Method (Int32, Func<(Of <(<'T>)>)>)
Gets a list with the specified number of list items, using a custom function.
Namespace:
FastMoqAssembly: FastMoq.Core (in FastMoq.Core.dll)
Syntax
Type Parameters
- T
- The Mock Type, usually an interface.
Parameters
- count
- Type: Int32
The number of list items.
- func
- Type: Func<(Of <(<'T>)>)>
The function for creating the list items.