RequiresUnreferencedCodeAttribute(String) 构造函数
定义
使用指定的消息初始化 RequiresUnreferencedCodeAttribute 类的新实例。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)
参数
- message
- String
包含未引用代码用法相关信息的消息。A message that contains information about the usage of unreferenced code.