Click or drag to resize

ExtensionCollectionTryGet Method

This is preliminary documentation and is subject to change.

Tries to get the extension with specified name. The match is case-sensitive.

Namespace: WikiClientLibrary.Sites
Assembly: WikiClientLibrary (in WikiClientLibrary.dll) Version: 0.9.0-int.3+0a73c45f0c78941900e328c6c6b819597b665e00
Syntax
public ExtensionInfo? TryGet(
	string name
)

Parameters

name  String
extension name to look for.

Return Value

ExtensionInfo
extension information, if available; or null if the extension is not found.
Exceptions
ExceptionCondition
ArgumentNullExceptionname is null.
See Also