C# 클래스 Patchwork.ToggleMethodAttributes

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

공개 메소드들

메소드 설명
ToggleMethodAttributes ( MethodAttributes attributes ) : System

Constructs a new instance of the attribute.

메소드 상세

ToggleMethodAttributes() 공개 메소드

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