C# Class Patchwork.DuplicatesBodyAttribute

Inheritance: PatchingAttribute
Mostra file Open project: GregRos/Patchwork

Public Methods

Method Description
DuplicatesBodyAttribute ( string methodName, object sourceType = null ) : System

Initializes a new instance of the DuplicatesBodyAttribute class.

Method Details

DuplicatesBodyAttribute() public method

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. ///
return System