C# Class Patchwork.MemberAliasAttribute

Inheritance: MemberActionAttribute
Afficher le fichier Open project: GregRos/Patchwork

Méthodes publiques

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

Creates a new instance of this attribute.

Method Details

MemberAliasAttribute() public méthode

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.
Résultat System