Click or drag to resize
PublicAPIAttribute Constructor (String)
Initializes a new instance of the PublicAPIAttribute class

Namespace: Hangfire.Annotations
Assembly: Hangfire.Core (in Hangfire.Core.dll) Version: 1.5.0.0
Syntax
public PublicAPIAttribute(
	[NotNullAttribute] string comment
)

Parameters

comment
Type: SystemString

[Missing <param name="comment"/> documentation for "M:Hangfire.Annotations.PublicAPIAttribute.#ctor(System.String)"]

See Also