DescriptionAttribute Konstruktory

Definicja

Inicjuje nowe wystąpienie klasy DescriptionAttribute.

Przeciążenia

Nazwa Opis
DescriptionAttribute()

Inicjuje DescriptionAttribute nowe wystąpienie klasy bez parametrów.

DescriptionAttribute(String)

Inicjuje nowe wystąpienie DescriptionAttribute klasy z opisem.

DescriptionAttribute()

Źródło:
DescriptionAttribute.cs
Źródło:
DescriptionAttribute.cs
Źródło:
DescriptionAttribute.cs
Źródło:
DescriptionAttribute.cs
Źródło:
DescriptionAttribute.cs

Inicjuje DescriptionAttribute nowe wystąpienie klasy bez parametrów.

public:
 DescriptionAttribute();
public DescriptionAttribute();
Public Sub New ()

Dotyczy

DescriptionAttribute(String)

Źródło:
DescriptionAttribute.cs
Źródło:
DescriptionAttribute.cs
Źródło:
DescriptionAttribute.cs
Źródło:
DescriptionAttribute.cs
Źródło:
DescriptionAttribute.cs

Inicjuje nowe wystąpienie DescriptionAttribute klasy z opisem.

public:
 DescriptionAttribute(System::String ^ description);
public DescriptionAttribute(string description);
new System.ComponentModel.DescriptionAttribute : string -> System.ComponentModel.DescriptionAttribute
Public Sub New (description As String)

Parametry

description
String

Tekst opisu.

Dotyczy