Click or drag to resize
TestUtilitiesAssertIsAttribute Method
Throws an assertion if the type passed across is not sealed and is not based on Attribute.

Namespace: Test.Framework
Assembly: Test.Framework (in Test.Framework.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static void AssertIsAttribute(
	Type attributeType
)

Parameters

attributeType
Type: SystemType
See Also