AddDecorator

AddDecorator(Type)

public Decorator AddDecorator(Type type) ;

Description

Adds the Decorator.

Parameters

Parameter Name Description
type Type of add Decorator

Returns

Added Decorator

AddDecorator<T>()

public T AddDecorator<T>() ;

Description

Adds the Decorator.

Type Parameters

Type Parameter Name Description Type Constraints
T Type of add Decorator

Returns

Added Decorator