Class AliasAttribute
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
aliasedTypeTypeThe aliased type.
Properties
AliasedType
Gets or sets the type that is aliased by the type marked with AliasAttribute.
public Type AliasedType { get; set; }