Inheritance Hierarchy
System.Collections.ObjectModel Collection SearchResultGroupInfoGroup
System.Collections.ObjectModel KeyedCollection String, SearchResultGroupInfoGroup
Ankiro.SearchServer.Data.Search SearchResultGroupInfoGroupKeyedCollection
Namespace: Ankiro.SearchServer.Data.Search
Assembly: Ankiro.SearchServer.Data (in Ankiro.SearchServer.Data.dll) Version: 1.13.770.19207 (1.13.770.19207)
Syntax
The SearchResultGroupInfoGroupKeyedCollection type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | SearchResultGroupInfoGroupKeyedCollection | Initializes a new instance of the SearchResultGroupInfoGroupKeyedCollection class |
Methods
Name | Description | |
---|---|---|
![]() | Add | Adds an object to the end of the Collection T . (Inherited from Collection SearchResultGroupInfoGroup .) |
![]() | Clear | Removes all elements from the Collection T . (Inherited from Collection SearchResultGroupInfoGroup .) |
![]() | Contains(TKey) | Determines whether the collection contains an element with the specified key. (Inherited from KeyedCollection String, SearchResultGroupInfoGroup .) |
![]() | Contains(T) | Determines whether an element is in the Collection T . (Inherited from Collection SearchResultGroupInfoGroup .) |
![]() | CopyTo | Copies the entire Collection T to a compatible one-dimensional Array, starting at the specified index of the target array. (Inherited from Collection SearchResultGroupInfoGroup .) |
![]() | Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
![]() | GetEnumerator | Returns an enumerator that iterates through the Collection T . (Inherited from Collection SearchResultGroupInfoGroup .) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | IndexOf | Searches for the specified object and returns the zero-based index of the first occurrence within the entire Collection T . (Inherited from Collection SearchResultGroupInfoGroup .) |
![]() | Insert | Inserts an element into the Collection T at the specified index. (Inherited from Collection SearchResultGroupInfoGroup .) |
![]() | Remove(TKey) | Removes the element with the specified key from the KeyedCollection TKey, TItem . (Inherited from KeyedCollection String, SearchResultGroupInfoGroup .) |
![]() | Remove(T) | Removes the first occurrence of a specific object from the Collection T . (Inherited from Collection SearchResultGroupInfoGroup .) |
![]() | RemoveAt | Removes the element at the specified index of the Collection T . (Inherited from Collection SearchResultGroupInfoGroup .) |
![]() | ToString | Returns a String that represents the current Object. (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
![]() | Comparer | Gets the generic equality comparer that is used to determine equality of keys in the collection. (Inherited from KeyedCollection String, SearchResultGroupInfoGroup .) |
![]() | Count | Gets the number of elements actually contained in the Collection T . (Inherited from Collection SearchResultGroupInfoGroup .) |
![]() | Item TKey | Gets the element with the specified key. (Inherited from KeyedCollection String, SearchResultGroupInfoGroup .) |
![]() | Item Int32 | Gets or sets the element at the specified index. (Inherited from Collection SearchResultGroupInfoGroup .) |
See Also