Click or drag to resize
IReflectUnderlyingSystemType Property
Gets the underlying type that represents the IReflect object.

Namespace: System.Reflection
Assembly: mscorlib (in mscorlib.dll) Version: 4.0.0.0
Syntax
C#
Type UnderlyingSystemType { get; }

Return Value

Type: Type
The underlying type that represents the IReflect object.
See Also