| MediaWikiVersionIn(Range) Method |
This is preliminary documentation and is subject to change.
Determines whether the version is in the specified range.
Namespace: WikiClientLibraryAssembly: WikiClientLibrary (in WikiClientLibrary.dll) Version: 0.9.0-int.2+447d1d590e6726b7881f750a0a0e42908f3e417e
Syntax public bool In(
Range major
)
Public Function In (
major As Range
) As Boolean
Dim instance As MediaWikiVersion
Dim major As Range
Dim returnValue As Boolean
returnValue = instance.In(major)
public:
bool In(
Range major
)
member In :
major : Range -> bool
Parameters
- major Range
- range of major version.
Return Value
BooleanSee Also