SolverRegistrationCollection.ICollection<SolverRegistration>.Remove Method

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

Removes the specified item from the collection.

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

Syntax

'Declaration
Private Function Remove ( _
    item As SolverRegistration _
) As Boolean Implements ICollection(Of SolverRegistration).Remove
bool ICollection<SolverRegistration>.Remove(
    SolverRegistration item
)
private:
virtual bool Remove(
    SolverRegistration^ item
) sealed = ICollection<SolverRegistration^>::Remove
private abstract Remove : 
        item:SolverRegistration -> bool 
private override Remove : 
        item:SolverRegistration -> bool 
JScript does not support explicit interface implementations.

Parameters

Return Value

Type: System.Boolean

Implements

ICollection<T>.Remove(T)

.NET Framework Security

See Also

Reference

SolverRegistrationCollection Class

Microsoft.SolverFoundation.Services Namespace