Returns the TypeCode for this instance.

Namespace: SharpAssembler.Core
Assembly: SharpAssembler Core (in SharpAssembler Core.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public TypeCode GetTypeCode()
Visual Basic
Public Function GetTypeCode As TypeCode
Visual C++
public:
virtual TypeCode GetTypeCode() sealed

Return Value

The enumerated constant that is the TypeCode of the class or value type that implements this interface.

Implements

IConvertible..::..GetTypeCode()()()()

See Also