Table of Contents

Class AliasAttribute

Namespace
Dassie.Core
Assembly
Dassie.Core.dll

Applied by the Dassie compiler to alias types.

[AttributeUsage(AttributeTargets.Class|AttributeTargets.Struct|AttributeTargets.Enum|AttributeTargets.Delegate)]
public class AliasAttribute : Attribute
Inheritance
AliasAttribute
Inherited Members
Extension Methods

Constructors

AliasAttribute(Type)

Creates a new instance of AliasAttribute.

public AliasAttribute(Type aliasedType)

Parameters

aliasedType Type

The aliased type.

Properties

AliasedType

Gets or sets the type that is aliased by the type marked with AliasAttribute.

public Type AliasedType { get; set; }

Property Value

Type