C# 클래스 Patchwork.DuplicatesBodyAttribute

상속: PatchingAttribute
파일 보기 프로젝트 열기: GregRos/Patchwork

공개 메소드들

메소드 설명
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