Click or drag to resize

WbMonolingualText Constructor

This is preliminary documentation and is subject to change.

Initializes a new WbMonolingualText from language code and text.

Namespace: WikiClientLibrary.Wikibase.DataTypes
Assembly: WikiClientLibrary.Wikibase (in WikiClientLibrary.Wikibase.dll) Version: 0.9.0-int.2+447d1d590e6726b7881f750a0a0e42908f3e417e
Syntax
public WbMonolingualText(
	string language,
	string text
)

Parameters

language  String
The language code. It will be converted to lower-case.
text  String
The text.
Exceptions
ExceptionCondition
ArgumentNullExceptionEither language or text is null.
See Also