| PageImageInfo Constructor |
This is preliminary documentation and is subject to change.
Note: This API is now obsolete.
Namespace: WikiClientLibrary.Pages.Queries.PropertiesAssembly: WikiClientLibrary (in WikiClientLibrary.dll) Version: 0.9.0-int.2+447d1d590e6726b7881f750a0a0e42908f3e417e
Syntax [ObsoleteAttribute("Constructors of types with required members are not supported in this version of your compiler.",
true)]
public PageImageInfo()
<ObsoleteAttribute("Constructors of types with required members are not supported in this version of your compiler.",
true)>
Public Sub New
Dim instance As New PageImageInfo()
public:
[ObsoleteAttribute(L"Constructors of types with required members are not supported in this version of your compiler.",
true)]
PageImageInfo()
[<ObsoleteAttribute("Constructors of types with required members are not supported in this version of your compiler.",
true)>]
new : unit -> PageImageInfo
See Also