 | SphinxQLParameterCollectionIsFixedSize Property |
Specifies whether the collection is a fixed size.
Namespace: SphinxConnector.SphinxQLAssembly: SphinxConnector (in SphinxConnector.dll) Version: 6.0.0
Syntaxpublic override bool IsFixedSize { get; }Public Overrides ReadOnly Property IsFixedSize As Boolean
Get
Property Value
BooleanReturn Value
Booleantrue if the collection is a fixed size; otherwise false.
Implements
IListIsFixedSize
See Also