C# 클래스 Patchwork.MemberAliasAttribute

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

공개 메소드들

메소드 설명
MemberAliasAttribute ( string aliasedMemberName = null, object aliasedMemberDeclaringType = null, AliasCallMode callMode = AliasCallMode.NoChange ) : System

Creates a new instance of this attribute.

메소드 상세

MemberAliasAttribute() 공개 메소드

Creates a new instance of this attribute.
public MemberAliasAttribute ( string aliasedMemberName = null, object aliasedMemberDeclaringType = null, AliasCallMode callMode = AliasCallMode.NoChange ) : System
aliasedMemberName string Optionally, the member to be aliased. /// If not specified, the name of the current member is used.
aliasedMemberDeclaringType object The declaring type of the member. If not specified, the modified type is used.
callMode AliasCallMode Specifies whether calls to this alias should be translated in some special way.
리턴 System