 | ContentPropertyInfo Constructor |
This is preliminary documentation and is subject to change.
Note: This API is now obsolete.
Namespace: WikiClientLibrary.Pages.ParsingAssembly: 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 ContentPropertyInfo()
<ObsoleteAttribute("Constructors of types with required members are not supported in this version of your compiler.",
true)>
Public Sub New
Dim instance As New ContentPropertyInfo()
public:
[ObsoleteAttribute(L"Constructors of types with required members are not supported in this version of your compiler.",
true)]
ContentPropertyInfo()
[<ObsoleteAttribute("Constructors of types with required members are not supported in this version of your compiler.",
true)>]
new : unit -> ContentPropertyInfo
See Also