ParserHelpers.IsIdentifierPart(Char) 方法

定义

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

参数

value
Char

返回

适用于