Mocker..::..GetList<(Of <(<'T>)>)> Method (Int32, Func<(Of <(<'T>)>)>)
++ Assembly: + FastMoq (in FastMoq.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.