Babelfish Help Documentation
C#
For Babelfish Release 1.11.1.3
Show/Hide TOC
Ranking
Directive
Get
Applies
To
Start
And
Count 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#
Copy
public
Tuple
<
int
,
int
>
GetAppliesToStartAndCount
(
int
sizeOfList
)
Parameters
sizeOfList
Int32
Return Value
Tuple
Int32
,
Int32
See Also
Reference
RankingDirective Class
Scopos.BabelFish.DataModel.Definitions Namespace
In This Article
Definition
Parameters
Return Value
See Also