IDbContextMock..::..SetupSetMethod Method

Setups the set method.

Namespace:  FastMoq.Models
Assembly:  FastMoq.Core (in FastMoq.Core.dll)

Syntax


void SetupSetMethod(
	Type setType,
	Delegate propValueDelegate,
	Nullable<Type>[] types,
	Nullable<Object>[] parameters
)
Sub SetupSetMethod ( _
	setType As Type, _
	propValueDelegate As Delegate, _
	types As Nullable(Of Type)(), _
	parameters As Nullable(Of Object)() _
)
void SetupSetMethod(
	Type^ setType, 
	Delegate^ propValueDelegate, 
	array<Nullable<Type^>>^ types, 
	array<Nullable<Object^>>^ parameters
)

Parameters

setType
Type: Type
Type of the set.
propValueDelegate
Type: Delegate
The property value delegate.
types
Type: array<Nullable<(Of <(<'Type>)>)>>[]()[][]
The types.
parameters
Type: array<Nullable<(Of <(<'Object>)>)>>[]()[][]
The parameters.