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