Determines whether the collection is expected to accept null references as valid items.

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

Syntax

C#
public bool AcceptNullReference { get; set; }
Visual Basic (Declaration)
Public Property AcceptNullReference As Boolean

Remarks

The default value is false.

See Also