SearchResultGroupInfoGroupKeyedCollection ClassAnkiro Enterprise Suite Reference Documentation
Inheritance Hierarchy

System Object
  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

public class SearchResultGroupInfoGroupKeyedCollection : KeyedCollection<string, SearchResultGroupInfoGroup>

The SearchResultGroupInfoGroupKeyedCollection type exposes the following members.

Constructors

  NameDescription
Public methodSearchResultGroupInfoGroupKeyedCollection
Initializes a new instance of the SearchResultGroupInfoGroupKeyedCollection class
Top
Methods

  NameDescription
Public methodAdd
Adds an object to the end of the Collection T .
(Inherited from Collection SearchResultGroupInfoGroup .)
Public methodClear
Removes all elements from the Collection T .
(Inherited from Collection SearchResultGroupInfoGroup .)
Public methodContains(TKey)
Determines whether the collection contains an element with the specified key.
(Inherited from KeyedCollection String, SearchResultGroupInfoGroup .)
Public methodContains(T)
Determines whether an element is in the Collection T .
(Inherited from Collection SearchResultGroupInfoGroup .)
Public methodCopyTo
Copies the entire Collection T  to a compatible one-dimensional Array, starting at the specified index of the target array.
(Inherited from Collection SearchResultGroupInfoGroup .)
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetEnumerator
Returns an enumerator that iterates through the Collection T .
(Inherited from Collection SearchResultGroupInfoGroup .)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIndexOf
Searches for the specified object and returns the zero-based index of the first occurrence within the entire Collection T .
(Inherited from Collection SearchResultGroupInfoGroup .)
Public methodInsert
Inserts an element into the Collection T  at the specified index.
(Inherited from Collection SearchResultGroupInfoGroup .)
Public methodRemove(TKey)
Removes the element with the specified key from the KeyedCollection TKey, TItem .
(Inherited from KeyedCollection String, SearchResultGroupInfoGroup .)
Public methodRemove(T)
Removes the first occurrence of a specific object from the Collection T .
(Inherited from Collection SearchResultGroupInfoGroup .)
Public methodRemoveAt
Removes the element at the specified index of the Collection T .
(Inherited from Collection SearchResultGroupInfoGroup .)
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)
Top
Properties

  NameDescription
Public propertyComparer
Gets the generic equality comparer that is used to determine equality of keys in the collection.
(Inherited from KeyedCollection String, SearchResultGroupInfoGroup .)
Public propertyCount
Gets the number of elements actually contained in the Collection T .
(Inherited from Collection SearchResultGroupInfoGroup .)
Public propertyItem TKey 
Gets the element with the specified key.
(Inherited from KeyedCollection String, SearchResultGroupInfoGroup .)
Public propertyItem Int32 
Gets or sets the element at the specified index.
(Inherited from Collection SearchResultGroupInfoGroup .)
Top
See Also