Click or drag to resize

SphinxQLParameterCollectionIsFixedSize Property

Specifies whether the collection is a fixed size.

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

Property Value

Type: Boolean

Return Value

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

Implements

IListIsFixedSize
See Also