ReferenceAssemblyAttribute Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
ReferenceAssemblyAttribute() |
Initializes a new instance of the ReferenceAssemblyAttribute class. |
ReferenceAssemblyAttribute(String) |
Initializes a new instance of the ReferenceAssemblyAttribute class by using the specified description. |
ReferenceAssemblyAttribute()
Initializes a new instance of the ReferenceAssemblyAttribute class.
public:
ReferenceAssemblyAttribute();
public ReferenceAssemblyAttribute ();
Public Sub New ()
Applies to
ReferenceAssemblyAttribute(String)
Initializes a new instance of the ReferenceAssemblyAttribute class by using the specified description.
public:
ReferenceAssemblyAttribute(System::String ^ description);
public ReferenceAssemblyAttribute (string description);
public ReferenceAssemblyAttribute (string? description);
new System.Runtime.CompilerServices.ReferenceAssemblyAttribute : string -> System.Runtime.CompilerServices.ReferenceAssemblyAttribute
Public Sub New (description As String)
Parameters
- description
- String
The description of the reference assembly.
Applies to
التعاون معنا على GitHub
يمكن العثور على مصدر هذا المحتوى على GitHub حيث يمكنك أيضاً إضافة مشاكل وطلبات سحب ومراجعتها. للحصول على معلومات إضافية، اطلع على دليل المساهم لدينا.