| WikiPageStub Conversion (NullableInt64 to WikiPageStub) |
This is preliminary documentation and is subject to change.
[Missing <summary> documentation for "M:WikiClientLibrary.Pages.WikiPageStub.op_Implicit(System.Nullable{System.Int64})~WikiClientLibrary.Pages.WikiPageStub"]
Namespace: WikiClientLibrary.PagesAssembly: WikiClientLibrary (in WikiClientLibrary.dll) Version: 0.9.0-int.2+447d1d590e6726b7881f750a0a0e42908f3e417e
Syntax public static implicit operator WikiPageStub (
long? pageId
)
Public Shared Widening Operator CType (
pageId As Long?
) As WikiPageStub
Dim input As Long?
Dim output As WikiPageStub
output = CType(input, WikiPageStub)
static implicit operator WikiPageStub (
Nullable<long long> pageId
)
F# does not support the declaration of new casting operators.
Parameters
- pageId NullableInt64
[Missing <param name="pageId"/> documentation for "M:WikiClientLibrary.Pages.WikiPageStub.op_Implicit(System.Nullable{System.Int64})~WikiClientLibrary.Pages.WikiPageStub"]
Return Value
WikiPageStubSee Also