C# Class Patchwork.DuplicatesBodyAttribute

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

Méthodes publiques

Méthode Description
DuplicatesBodyAttribute ( string methodName, object sourceType = null ) : System

Initializes a new instance of the DuplicatesBodyAttribute class.

Method Details

DuplicatesBodyAttribute() public méthode

Initializes a new instance of the DuplicatesBodyAttribute class.
public DuplicatesBodyAttribute ( string methodName, object sourceType = null ) : System
methodName string Name of the method to duplicate.
sourceType object /// Optionally, the declaring the method. Otherwise, the type currently being modified is assumed. ///
Résultat System