ConversionGetCommonType Method
Return the common type between the two specified items.
Namespace: HtmlAssembly: Html (in Html.dll) Version: 25.2822.3845
public static SysType GetCommonType(
SysType type1,
SysType type2
)
Public Shared Function GetCommonType (
type1 As SysType,
type2 As SysType
) As SysType
No code example is currently available or this language may not be supported.
- type1 SysType
-
Left Type.
- type2 SysType
-
Right Type.
SysType
The common type between the caller's two specified types.