Represents a collection of status info objects.
Namespace: Gronewold.SphinxConnector.CollectionsAssembly: Gronewold.SphinxConnector (in Gronewold.SphinxConnector.dll) Version: 2.7.0.3011 (2.7.0.3011)
Syntax
| C# |
|---|
[SerializableAttribute] public class SphinxStatusInfoCollection : KeyedCollection<string, SphinxStatusInfo> |
| Visual Basic |
|---|
<SerializableAttribute> _ Public Class SphinxStatusInfoCollection _ Inherits KeyedCollection(Of String, SphinxStatusInfo) |
Inheritance Hierarchy
System..::..Object
System.Collections.ObjectModel..::..Collection<(Of <(<'SphinxStatusInfo>)>)>
System.Collections.ObjectModel..::..KeyedCollection<(Of <(<'String, SphinxStatusInfo>)>)>
Gronewold.SphinxConnector.Collections..::..SphinxStatusInfoCollection
System.Collections.ObjectModel..::..Collection<(Of <(<'SphinxStatusInfo>)>)>
System.Collections.ObjectModel..::..KeyedCollection<(Of <(<'String, SphinxStatusInfo>)>)>
Gronewold.SphinxConnector.Collections..::..SphinxStatusInfoCollection
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.