C# 클래스 Patchwork.ModifiesMemberAttribute

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

공개 메소드들

메소드 설명
ModifiesMemberAttribute ( string memberName = null, ModificationScope scope = ModificationScope.All ) : System

Initializes a new instance of the ModifiesMemberAttribute class.

메소드 상세

ModifiesMemberAttribute() 공개 메소드

Initializes a new instance of the ModifiesMemberAttribute class.
public ModifiesMemberAttribute ( string memberName = null, ModificationScope scope = ModificationScope.All ) : System
memberName string Optionally, name of the member to be modified. If null, a member with the same name is used.
scope ModificationScope /// Can limit the scope of the modification. Everything is modified by default. Usually used to make /// things public, etc. ///
리턴 System