CSharpHelpers 类

定义

此类型/成员支持.NET Framework基础结构,不应直接从代码使用。为 CSharp tokenizer 提供帮助程序函数。

public static class CSharpHelpers
type CSharpHelpers = class
Public Class CSharpHelpers
继承
CSharpHelpers

方法

IsIdentifierPart(Char)

此类型/成员支持.NET Framework基础结构,不应直接从代码使用。确定指定的字符是否可用于标识符。

IsIdentifierStart(Char)

此类型/成员支持.NET Framework基础结构,不应直接从代码使用。确定指定的字符是否可用作标识符起始字符。

IsRealLiteralSuffix(Char)

此类型/成员支持.NET Framework基础结构,不应直接从代码使用。确定指定的字符是否是实数的文本后缀。

适用于