LogIdSet.Union Method

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Computes the set-wise union of a LogIdSet object with the current LogIdSet object.

Namespace:  Microsoft.SolverFoundation.Common
Assembly:  Microsoft.Solver.Foundation (in Microsoft.Solver.Foundation.dll)

Syntax

'Declaration
Public Function Union ( _
    ids As LogIdSet _
) As LogIdSet
public LogIdSet Union(
    LogIdSet ids
)
public:
LogIdSet Union(
    LogIdSet ids
)
member Union : 
        ids:LogIdSet -> LogIdSet 
public function Union(
    ids : LogIdSet
) : LogIdSet

Parameters

Return Value

Type: Microsoft.SolverFoundation.Common.LogIdSet
A LogIdSet object that is the set-wise union of ids1 and the current LogIdSet object.

.NET Framework Security

See Also

Reference

LogIdSet Structure

Microsoft.SolverFoundation.Common Namespace