Int16.GetTypeCode Method

Definition

Returns the TypeCode for value type Int16.

public:
 virtual TypeCode GetTypeCode();
public TypeCode GetTypeCode ();
abstract member GetTypeCode : unit -> TypeCode
override this.GetTypeCode : unit -> TypeCode
Public Function GetTypeCode () As TypeCode

Returns

The enumerated constant, Int16.

Implements

Applies to

See also