Class AliasAttribute
Adds a new alias to a member.
Inherited Members
Namespace: Solti.Utils.Rpc.Interfaces
Assembly: Solti.Utils.Rpc.Interfaces.dll
Syntax
[AttributeUsage(AttributeTargets.Method | AttributeTargets.Interface, AllowMultiple = false)]
public sealed class AliasAttribute : Attribute
Constructors
AliasAttribute(String)
Creates a new AliasAttribute instance.
Declaration
public AliasAttribute(string name)
Parameters
| Type | Name | Description |
|---|---|---|
| String | name |
Properties
Name
The new name.
Declaration
public string Name { get; }
Property Value
| Type | Description |
|---|---|
| String |