SolverRegistrationCollection Methods
Solver Foundation 3.0
[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.
| Name | Description | |
|---|---|---|
|
Add | Adds a new solver registration entry to the collection. |
|
Contains | Determines if a registration entry exists. |
|
CopyTo | Copies registration entries to an Array. |
|
Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
|
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
|
GetDirectiveType | Return the Type of the directive associated with a registration entry. |
|
GetEnumerator | Gets an enumerator for the collection. |
|
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
|
GetType | Gets the Type of the current instance. (Inherited from Object.) |
|
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
|
ToString | Returns a string that represents the current object. (Inherited from Object.) |
| Name | Description | |
|---|---|---|
|
ICollection<SolverRegistration>.Clear | Clears the collection. |
|
IEnumerable.GetEnumerator | Gets an enumerator for the collection. |
|
ICollection<SolverRegistration>.Remove | Removes the specified item from the collection. |