LogIdSet.Addition Operator

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

Adds an id to a LogIdSet object.

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

Syntax

'Declaration
Public Shared Operator + ( _
    ids As LogIdSet, _
    id As Integer _
) As LogIdSet
public static LogIdSet operator +(
    LogIdSet ids,
    int id
)
public:
static LogIdSet operator +(
    LogIdSet ids, 
    int id
)
static let inline (+)
        ids:LogIdSet * 
        id:int  : LogIdSet
JScript does not support overloaded operators.

Parameters

  • id
    Type: System.Int32
    A Int32 value that represents a logging ID.

Return Value

Type: Microsoft.SolverFoundation.Common.LogIdSet
A LogIdSet object with the id added.

.NET Framework Security

See Also

Reference

LogIdSet Structure

Microsoft.SolverFoundation.Common Namespace