SetComponentList
SetComponentList<TComponent>(IList<TComponent>)
public bool SetComponentList<TComponent>(IList<TComponent> value) ;
Description
It wants to set the value of the ComponentList type.
Type Parameters
| Type Parameter Name | Description | Type Constraints |
|---|---|---|
| TComponent | Type of Component to set |
|
Parameters
| Parameter Name | Description |
|---|---|
| value | Value. |
Returns
Return true if the value could be set.