Click or drag to resize

DefaultTypeCasterFactoryGetTrueType Method

Gets the true underlying type of the provided type. Basically it unmasks nullables.

Namespace:  com.espertech.esper.compat
Assembly:  NEsper.Compat (in NEsper.Compat.dll) Version: 8.0.0.0
Syntax
C#
public static Type GetTrueType(
	Type type
)

Parameters

type
Type: SystemType
The type.

Return Value

Type: Type

[Missing <returns> documentation for "M:com.espertech.esper.compat.DefaultTypeCasterFactory.GetTrueType(System.Type)"]

See Also