Click or drag to resize

SphinxQLParameterCollectionIsFixedSize Property

Specifies whether the collection is a fixed size.

Namespace: SphinxConnector.SphinxQL
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 6.0.0
Syntax
public override bool IsFixedSize { get; }

Property Value

Boolean

Return Value

Boolean
true if the collection is a fixed size; otherwise false.

Implements

IListIsFixedSize
See Also