C# 클래스 Patchwork.NewMemberAttribute

상속: MemberActionAttribute
파일 보기 프로젝트 열기: GregRos/Patchwork 1 사용 예제들

공개 메소드들

메소드 설명
NewMemberAttribute ( string newMemberName = null ) : System

Constructs a new instance of this attribute.

보호된 메소드들

메소드 설명
NewMemberAttribute ( bool isImplicit, string newMemberName = null ) : System

Constructs a new instance of this attribute.

메소드 상세

NewMemberAttribute() 보호된 메소드

Constructs a new instance of this attribute.
protected NewMemberAttribute ( bool isImplicit, string newMemberName = null ) : System
isImplicit bool Whether or not the member counts as an implicit new member. Changes the behavior of the engine in some cases.
newMemberName string Optionally, the name of the new member. Otherwise, defaults to its compiled name. Use this option to prevent collisions.
리턴 System

NewMemberAttribute() 공개 메소드

Constructs a new instance of this attribute.
public NewMemberAttribute ( string newMemberName = null ) : System
newMemberName string Optionally, the name the new member is introduced with. Otherwise, defaults to its compiled name. Use this option to prevent collisions.
리턴 System