 | 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.3+0a73c45f0c78941900e328c6c6b819597b665e00
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