Void
IResult
.SelectComponents(
IEnumerable
<
String
> components)
Selects the components to read with the GetNodeValues and GetElementValues methods. By default, all result's components are selected.
Remarks
Examples
Parameters
components
Type:
IEnumerable
<
String
>
The result's components.
Return Value
Type:
Void