C# Class Patchwork.ModifiesAccessibilityAttribute

Inheritance: ModifiesMemberAttribute
Afficher le fichier Open project: GregRos/Patchwork

Méthodes publiques

Méthode Description
ModifiesAccessibilityAttribute ( string memberName = null ) : System

Constructs a new instance of the attribute.

Method Details

ModifiesAccessibilityAttribute() public méthode

Constructs a new instance of the attribute.
public ModifiesAccessibilityAttribute ( string memberName = null ) : System
memberName string Optionally, the name of the member to be modified. If not specified, the name of the current member is used.
Résultat System