 | 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.4+fbadc980737ddc9bb67116900ecad57f84a0b241
Syntaxpublic 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
Boolean
See Also