SetupSet Method (Action(T))

Moq

Collapse imageExpand ImageCopy imageCopyHover image
Setups the set.

Namespace: Moq.Language
Assembly: Moq (in Moq.dll) Version: 4.0.10827.0 (4.0.0.0)

Syntax

C#
ISetup<T> SetupSet(
	Action<T> setterExpression
)

Parameters

setterExpression
Type: System..::..Action<(Of <(<'T>)>)>
The setter expression.

Return Value

See Also