C# 클래스 Patchwork.DisablePatchingByNameAttribute

상속: System.Attribute
파일 보기 프로젝트 열기: GregRos/Patchwork

공개 메소드들

메소드 설명
DisablePatchingByNameAttribute ( string regex, PatchingTarget target = PatchingTarget.Member ) : System

메소드 상세

DisablePatchingByNameAttribute() 공개 메소드

public DisablePatchingByNameAttribute ( string regex, PatchingTarget target = PatchingTarget.Member ) : System
regex string A regular expression to match the name of the element to ignore.
target PatchingTarget Restricts the attribute to affect only elements of any of these types.
리턴 System