RequiresUnreferencedCodeAttribute(String) 建構函式

定義

使用指定的訊息初始化 RequiresUnreferencedCodeAttribute 類別的新執行個體。

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)

參數

message
String

包含未參考程式碼使用方式資訊的訊息。

適用於