For Babelfish Release 1.11.1.3

RankingDirectiveGetAppliesToStartAndCount Method

Parses the AppliesTo value and returns the start index (item 1) and the count (item 2) to use to slice the array.

Definition

Namespace: Scopos.BabelFish.DataModel.Definitions
Assembly: BabelFish (in BabelFish.dll) Version: 1.11.1.4+b1da393815f6638555a663d9a94167ecabea5695
C#
public Tuple<int, int> GetAppliesToStartAndCount(
	int sizeOfList
)

Parameters

sizeOfList  Int32

Return Value

TupleInt32, Int32

See Also