RequiresUnreferencedCodeAttribute(String) Constructor

Definition

Initializes a new instance of the RequiresUnreferencedCodeAttribute class with the specified message.

public:
 RequiresUnreferencedCodeAttribute(System::String ^ message);
public RequiresUnreferencedCodeAttribute (string message);
new System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute : string -> System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute
Public Sub New (message As String)

Parameters

message
String

A message that contains information about the usage of unreferenced code.

Applies to