Method WithAnyRW
WithAnyRW<T1>()
Specify optional read-write component types that must be present.
Declaration
public SystemAPIQueryBuilder WithAnyRW<T1>()
Returns
| Type | Description |
|---|---|
| SystemAPIQueryBuilder | This query builder object, to allow chaining multiple method calls. |
Type Parameters
| Name | Description |
|---|---|
| T1 | Optional component |
WithAnyRW<T1, T2>()
Specify optional read-write component types that must be present.
Declaration
public SystemAPIQueryBuilder WithAnyRW<T1, T2>()
Returns
| Type | Description |
|---|---|
| SystemAPIQueryBuilder | This query builder object, to allow chaining multiple method calls. |
Type Parameters
| Name | Description |
|---|---|
| T1 | Optional component |
| T2 | Optional component |