InsertDecorator
InsertDecorator(int, Type)
Description
Insert the Decorator.
Parameters
| Parameter Name | Description |
|---|---|
| index | Insertion destination index |
| type | Type of add Decorator |
Returns
Inserted Decorator
InsertDecorator<T>(int)
public T InsertDecorator<T>(int index) ;
Description
Insert the Decorator.
Type Parameters
| Type Parameter Name | Description | Type Constraints |
|---|---|---|
| T | Type of insert Decorator |
Parameters
| Parameter Name | Description |
|---|---|
| index | Insertion destination index |
Returns
Inserted Decorator