Class AssetAliasAttribute
Associates a type name used in YAML content.
public class AssetAliasAttribute : Attribute
- Inheritance
-
AssetAliasAttribute
- Inherited Members
Constructors
AssetAliasAttribute(string)
Initializes a new instance of the AssetAliasAttribute class.
public AssetAliasAttribute(string alias)
Parameters
alias
stringThe type name.
Properties
Alias
Gets the type name.
public string Alias { get; }
Property Value
- string
The type name.