Click or drag to resize

MediaWikiVersion(Int16, Int16, Int16, MediaWikiDevChannel) Constructor

This is preliminary documentation and is subject to change.

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

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

Parameters

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