Table of Contents

Method Combine

Namespace
Alternet.Common
Assembly
Alternet.Common.v9.dll

Combine(params Result[])

Examines specified collection for the unsuccessful result.

public static Result Combine(params Result[] results)

Parameters

results Result[]

Array to probe.

Returns

Result

First occurrence of the unsuccessful result if ones present in the array; otherwise OK result.