Represents a collection of attributes belonging to a document matched by a query.

Namespace: Gronewold.SphinxConnector.Collections
Assembly: Gronewold.SphinxConnector (in Gronewold.SphinxConnector.dll) Version: 2.7.0.3011 (2.7.0.3011)

Syntax

C#
[SerializableAttribute]
public class SphinxAttributeMatchCollection : KeyedCollection<string, SphinxAttributeMatch>
Visual Basic
<SerializableAttribute> _
Public Class SphinxAttributeMatchCollection _
	Inherits KeyedCollection(Of String, SphinxAttributeMatch)

Inheritance Hierarchy

System..::..Object
  System.Collections.ObjectModel..::..Collection<(Of <(<'SphinxAttributeMatch>)>)>
    System.Collections.ObjectModel..::..KeyedCollection<(Of <(<'String, SphinxAttributeMatch>)>)>
      Gronewold.SphinxConnector.Collections..::..SphinxAttributeMatchCollection

Thread Safety

Static members of this type are safe for multi-threaded operations. Instance members of this type are not safe for multi-threaded operations.

See Also