Skip to content

AliasAttribute

class

Namespace: Orleans

When applied to a type or method, specifies a well-known name which can be used to identify that type or method.
public sealed class AliasAttribute : Attribute

Remarks

In the case of a type, the alias must be globally unique. In the case of a method, the alias must be unique to the declaring type.

Constructors

Properties