Click or drag to resize

MediaWikiVersion(Int16, Int16, MediaWikiDevChannel, Int16) Constructor

This is preliminary documentation and is subject to change.

Initializes a new instance with major, minor versions and dev-version.

Namespace: WikiClientLibrary
Assembly: WikiClientLibrary (in WikiClientLibrary.dll) Version: 0.9.0-int.2+447d1d590e6726b7881f750a0a0e42908f3e417e
Syntax
public MediaWikiVersion(
	short major,
	short minor,
	MediaWikiDevChannel devChannel,
	short devVersion
)

Parameters

major  Int16
Major version. Should be between 0 and 32767.
minor  Int16
Minor version. Should be between 0 and 32767.
devChannel  MediaWikiDevChannel
Channel of development.
devVersion  Int16
DevVersion. Should be between 0 and 4095.
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionAny one of the version numbers is out of range.
ArgumentExceptiondevChannel is None, but devVersion is non-zero.
See Also