For Babelfish Release 1.12.5.15

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.12.5.15+bc7490f802416c9e774304c66372b6a26afede1d
C#
public Tuple<int, int> GetAppliesToStartAndCount(
	int sizeOfList
)

Parameters

sizeOfList  Int32

Return Value

TupleInt32, Int32

See Also