Method GetMatchingComponents
GetMatchingComponents<TChildType>()
Get an array of matching components.
Declaration
public TChildType[] GetMatchingComponents<TChildType>() where TChildType : class, TFilterType
Returns
| Type | Description |
|---|---|
| TChildType[] | The array of matching components. |
Type Parameters
| Name | Description |
|---|---|
| TChildType | The type for which to search. Must inherit from or be TFilterType. |