TestUtilitiesAssertIsAttribute Method |
Throws an assertion if the type passed across is not sealed and is not based on Attribute.
Namespace: Test.FrameworkAssembly: Test.Framework (in Test.Framework.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public static void AssertIsAttribute(
Type attributeType
)
Public Shared Sub AssertIsAttribute (
attributeType As Type
)
public:
static void AssertIsAttribute(
Type^ attributeType
)
static member AssertIsAttribute :
attributeType : Type -> unit
Parameters
- attributeType
- Type: SystemType
See Also