C# Class Dev2.PublicAPIAttribute

Inheritance: System.Attribute
Afficher le fichier Open project: Warewolf-ESB/Warewolf

Méthodes publiques

Méthode Description
PublicAPIAttribute ( ) : System

Initializes a new instance of the PublicAPIAttribute class.

PublicAPIAttribute ( string comment ) : System

Initializes a new instance of the PublicAPIAttribute class.

Method Details

PublicAPIAttribute() public méthode

Initializes a new instance of the PublicAPIAttribute class.
public PublicAPIAttribute ( ) : System
Résultat System

PublicAPIAttribute() public méthode

Initializes a new instance of the PublicAPIAttribute class.
public PublicAPIAttribute ( string comment ) : System
comment string The comment.
Résultat System