Represents a collection of Sphinx search results.
Namespace: Gronewold.SphinxConnector.CollectionsAssembly: Gronewold.SphinxConnector (in Gronewold.SphinxConnector.dll) Version: 2.7.0.3011 (2.7.0.3011)
Syntax
| C# |
|---|
[SerializableAttribute] public class SphinxSearchResultCollection : Collection<SphinxSearchResult> |
| Visual Basic |
|---|
<SerializableAttribute> _ Public Class SphinxSearchResultCollection _ Inherits Collection(Of SphinxSearchResult) |
Inheritance Hierarchy
System..::..Object
System.Collections.ObjectModel..::..Collection<(Of <(<'SphinxSearchResult>)>)>
Gronewold.SphinxConnector.Collections..::..SphinxSearchResultCollection
System.Collections.ObjectModel..::..Collection<(Of <(<'SphinxSearchResult>)>)>
Gronewold.SphinxConnector.Collections..::..SphinxSearchResultCollection
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.