Verifies that the property value IsSynchronized is true.

Namespace:  MbUnit.Framework
Assembly:  MbUnit.Compatibility (in MbUnit.Compatibility.dll) Version: 3.3.0.0 (3.3.610.0)

Syntax

C#
public static void IsSynchronized(
	ICollection actual
)
Visual Basic (Declaration)
Public Shared Sub IsSynchronized ( _
	actual As ICollection _
)

Parameters

actual
Type: System.Collections..::.ICollection
Instance containing the expected value.

See Also