GetUnderlyingType method

Returns the type of DefaultObjectType as supplied at construction.

Namespace: ReFlex.Data namespace
Assembly: ReFlex.Data.dll

Syntax

public Type GetUnderlyingType()

Remarks

Used internally by ObjectFactory.

Examples

Type t = criterion.GetUnderlyingType();