AliasAttributeclass

Alternate class name(s) for this type to the one specified via LibraryAttribute. This info can then be retrieved via DisplayInfo library.

objectAttributeAliasAttribute
Namespace
global
Assembly
Sandbox.System
Declaration
public class AliasAttribute : System.Attribute

Constructors1

Showing 1 constructors

public AliasAttribute(string[] tag)PUBLICCONSTRUCTOR

ParameterTypeDescription
tagstring[]

Properties1

Showing 1 properties

public string[] AliasAttribute.Value { get; set; }PUBLICGETSET

The aliases for this class.

Returns:string[]

On this page