For Babelfish Release 1.12.4.4

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

Parameters

sizeOfList  Int32

Return Value

TupleInt32, Int32

See Also