Method | Description | |
---|---|---|
MemberAliasAttribute ( string aliasedMemberName = null, object aliasedMemberDeclaringType = null, AliasCallMode callMode = AliasCallMode.NoChange ) : System |
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 |