Represents an attribute for which values should be overwritten.
Namespace: Gronewold.SphinxConnectorAssembly: Gronewold.SphinxConnector (in Gronewold.SphinxConnector.dll) Version: 2.7.0.3011 (2.7.0.3011)
Syntax
| C# |
|---|
[SerializableAttribute] public sealed class SphinxAttributeOverride<TOverridable> where TOverridable : IOverridableType |
| Visual Basic |
|---|
<SerializableAttribute> _ Public NotInheritable Class SphinxAttributeOverride(Of TOverridable As IOverridableType) |
Type Parameters
- TOverridable
- The type of attribute to override.
Inheritance Hierarchy
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.