|
| CuttingEdge.Conditions reference library |
| AlternativeExceptionCondition..::.GetType Method |
| AlternativeExceptionCondition Class See Also Send Feedback |
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(); |