Click or drag to resize
BaseTypeRequiredAttribute Constructor
Initializes a new instance of the BaseTypeRequiredAttribute class

Namespace: Hangfire.Annotations
Assembly: Hangfire.Core (in Hangfire.Core.dll) Version: 1.5.0.0
Syntax
public BaseTypeRequiredAttribute(
	[NotNullAttribute] Type baseType
)

Parameters

baseType
Type: SystemType

[Missing <param name="baseType"/> documentation for "M:Hangfire.Annotations.BaseTypeRequiredAttribute.#ctor(System.Type)"]

See Also