GetType Method

CuttingEdge.Conditions

Gets the Type of the current instance.

Namespace:  CuttingEdge.Conditions
Assembly:  CuttingEdge.Conditions (in CuttingEdge.Conditions.dll)

Syntax

Visual Basic (Declaration)
Public Function GetType As Type
C#
public Type GetType()
Visual C++
public:
Type^ GetType()
JavaScript
function getType();

Return Value

The Type instance that represents the exact runtime type of the current instance.

See Also