Initializes a new instance of the AssertionConditionAttribute class

Namespace: Remotion.Linq.Utilities.ReSharperAnnotations
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)

Syntax

C#
public AssertionConditionAttribute(
	AssertionConditionType conditionType
)
Visual Basic
Public Sub New ( _
	conditionType As AssertionConditionType _
)
Visual C++
public:
AssertionConditionAttribute(
	AssertionConditionType conditionType
)

Parameters

conditionType
Type: Remotion.Linq.Utilities.ReSharperAnnotations..::..AssertionConditionType

[Missing <param name="conditionType"/> documentation for "M:Remotion.Linq.Utilities.ReSharperAnnotations.AssertionConditionAttribute.#ctor(Remotion.Linq.Utilities.ReSharperAnnotations.AssertionConditionType)"]

See Also