SolverRegistrationCollection Methods

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

The SolverRegistrationCollection type exposes the following members.

Methods

  Name Description
Public method Add Adds a new solver registration entry to the collection.
Public method Contains Determines if a registration entry exists.
Public method CopyTo Copies registration entries to an Array.
Public method Equals Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Public method GetDirectiveType Return the Type of the directive associated with a registration entry.
Public method GetEnumerator Gets an enumerator for the collection.
Public method GetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public method ToString Returns a string that represents the current object. (Inherited from Object.)

Top

Explicit Interface Implementations

  Name Description
Explicit interface implemetationPrivate method ICollection<SolverRegistration>.Clear Clears the collection.
Explicit interface implemetationPrivate method IEnumerable.GetEnumerator Gets an enumerator for the collection.
Explicit interface implemetationPrivate method ICollection<SolverRegistration>.Remove Removes the specified item from the collection.

Top

See Also

Reference

SolverRegistrationCollection Class

Microsoft.SolverFoundation.Services Namespace