Click or drag to resize

MediaWikiVersionIn(Int16, Int16, Range) Method

This is preliminary documentation and is subject to change.

Determines whether the version is in the specified range.

Namespace: WikiClientLibrary
Assembly: WikiClientLibrary (in WikiClientLibrary.dll) Version: 0.9.0-int.3+0a73c45f0c78941900e328c6c6b819597b665e00
Syntax
public bool In(
	short major,
	short minor,
	Range revision
)

Parameters

major  Int16
major version.
minor  Int16
minor version.
revision  Range
range of revision number.

Return Value

Boolean
See Also