GeneratesAttribute

Namespace: Bang.Components
Assembly: Bang.dll

public class GeneratesAttribute : Attribute

Marks a component that generates another component in runtime.

Implements: Attribute

⭐ Constructors

public GeneratesAttribute(Type type)

Creates a new GeneratesAttribute.

Parameters
type Type

⭐ Properties

Type

public Type Type { get; public set; }

Component which will be generated from the component that has this attribute.

Returns
Type

TypeId

public virtual Object TypeId { get; }

Returns
Object