Gets the reflected type seen in the mirror, or null if the mirror represents a null object of unknown type.

Namespace:  MbUnit.Framework
Assembly:  MbUnit (in MbUnit.dll) Version: 3.3.0.0 (3.3.610.0)

Syntax

C#
public Type Type { get; }
Visual Basic (Declaration)
Public ReadOnly Property Type As Type

See Also