Gets the Type of the current instance.
Namespace:
CuttingEdge.ConditionsAssembly: 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(); |