ScannerCollection<T> Class Members
In This Topic
The following tables list the members exposed by ScannerCollection<T>.
Public Properties
| Name | Description |
 | Count | Gets the number of indexes in the collection. |
Top
Public Methods
| Name | Description |
 | Add | Overloaded. Creates a new index and adds it to the collection of indexes. |
 | Clear | Clears the collection of all indexes. All indexes are detached from the indexed collection and destroyed. |
 | Contains | Overloaded. Determines whether an index with the specified key selector exists in the collection. |
 | Find | Overloaded. Finds an index in the collection by its key selector. |
 | GetEnumerator | Returns an enumerator that iterates through the ScannerCollection<T>. |
 | Remove | Overloaded. Removes an index from the collection. |
Top
See Also