ParserHelpers.IsIdentifierStart(Char) 方法

定义

public:
 static bool IsIdentifierStart(char value);
public static bool IsIdentifierStart (char value);
static member IsIdentifierStart : char -> bool
Public Shared Function IsIdentifierStart (value As Char) As Boolean

参数

value
Char

返回

适用于