DecoratorChain.save

Save decorator range.

struct DecoratorChain(ComponentType, DecoratorType)
typeof(this)
save
()
if (
is(ComponentType == class) ||
is(ComponentType == interface)
)

Return Value

Type: typeof(this)

A copy of current range

Meta