SetComponentList
SetComponentList<TComponent>(string, IList<TComponent>)
public bool SetComponentList<TComponent>(string name, 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 |
|---|---|
| name | Name. |
| value | Value. |
Returns
The true when there parameters of the specified name.
SetComponentList<TComponent>(int, IList<TComponent>)
public bool SetComponentList<TComponent>(int id, 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 |
|---|---|
| id | ID. |
| value | Value. |
Returns
The true when there parameters of the specified name.