C# Class Patchwork.ToggleMethodAttributes

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

Méthodes publiques

Méthode Description
ToggleMethodAttributes ( MethodAttributes attributes ) : System

Constructs a new instance of the attribute.

Method Details

ToggleMethodAttributes() public méthode

Constructs a new instance of the attribute.
public ToggleMethodAttributes ( MethodAttributes attributes ) : System
attributes MethodAttributes The attributes to toggle. Default to 0 (no attributes).
Résultat System