InsertDecorator

InsertDecorator(int, Type)

public Decorator InsertDecorator(int index, Type type) ;

説明

Decoratorを挿入。

パラメーター

パラメーター名 説明
index 挿入先インデックス
type 追加するDecoratorの型

戻り値

挿入したDecorator

InsertDecorator<T>(int)

public T InsertDecorator<T>(int index) ;

説明

Decoratorを挿入。

型パラメーター

型パラメーター名 説明 型制約
T 挿入するDecoratorの型

パラメーター

パラメーター名 説明
index 挿入先インデックス

戻り値

挿入したDecorator