Create
Create(Node, Type)
Description
Create Decorator
Parameters
| Parameter Name | Description |
|---|---|
| node | Node |
| type | Decorator type |
Returns
Created Decorator.
Create<Type>(Node)
Description
Create Decorator
Type Parameters
| Type Parameter Name | Description | Type Constraints |
|---|---|---|
| Type | Decorator type |
Parameters
| Parameter Name | Description |
|---|---|
| node | Node |
Returns
Created Decorator.