ConversionGetCommonType Method

Return the common type between the two specified items.

Definition

Namespace: Html
Assembly: Html (in Html.dll) Version: 25.2822.3845
C#
public static SysType GetCommonType(
	SysType type1,
	SysType type2
)

Parameters

type1  SysType
Left Type.
type2  SysType
Right Type.

Return Value

SysType
The common type between the caller's two specified types.

See Also