SubindexCollection<T> Class Members
In This Topic
The following tables list the members exposed by SubindexCollection<T>.
Public Properties
| Name | Description |
 | Count | Gets the number of subindexes in the collection. |
 | Item | Gets the subindex object at the specified ordinal position in the collection. |
Top
Public Methods
| Name | Description |
 | Add | Overloaded. Creates a new subindex and attaches it to its parent's IndexDefinition<T>.Subindexes collection. |
 | Clear | Clears the collection of all subindexes. All subindexes are detached from the parent and destroyed. |
 | Contains | Overloaded. Determines whether a subindex with the specified key selector exists in the collection. |
 | Find | Overloaded. Finds a subindex in the collection by its key selector. |
 | GetEnumerator | Returns an enumerator that iterates through the SubindexCollection<T>. |
 | Remove | Overloaded. Removes a subindex from the collection. |
Top
See Also