C# Class Grikly.Annotations.PublicAPIAttribute

Inheritance: System.Attribute
Afficher le fichier Open project: Xormis/grikly-dotnet

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