C# Класс Patchwork.DuplicatesBodyAttribute

Наследование: PatchingAttribute
Показать файл Открыть проект

Открытые методы

Метод Описание
DuplicatesBodyAttribute ( string methodName, object sourceType = null ) : System

Initializes a new instance of the DuplicatesBodyAttribute class.

Описание методов

DuplicatesBodyAttribute() публичный Метод

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. ///
Результат System