IConvertible.GetTypeCode 方法
定义
public:
TypeCode GetTypeCode();
public TypeCode GetTypeCode ();
abstract member GetTypeCode : unit -> TypeCode
Public Function GetTypeCode () As TypeCode
返回
- TypeCode
枚举常数,它是实现该接口的类或值类型的 TypeCode。The enumerated constant that is the TypeCode of the class or value type that implements this interface.
适用于