C# Class Patchwork.MemberAliasAttribute

Inheritance: MemberActionAttribute
Mostrar archivo Open project: GregRos/Patchwork

Public Methods

Method Description
MemberAliasAttribute ( string aliasedMemberName = null, object aliasedMemberDeclaringType = null, AliasCallMode callMode = AliasCallMode.NoChange ) : System

Creates a new instance of this attribute.

Method Details

MemberAliasAttribute() public method

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.
return System