For Babelfish Release 1.11.3.13

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

Parameters

sizeOfList  Int32

Return Value

TupleInt32, Int32

See Also