GlobalObject.char 属性
定义
获取与 JScript char 数据类型相对应的托管类型。Gets the managed type that corresponds to the JScript char data type.
此 API 支持产品基础结构,不能在代码中直接使用。
public:
static property Type ^ char { Type ^ get(); };
public static Type char { get; }
member this.char : Type
Public Shared ReadOnly Property char As Type
属性值
与 JScript char 数据类型相对应的托管类型。The managed type that corresponds to the JScript char data type.