提交 137474b8 编写于 作者: C Cyrus Najmabadi

Close comment.

上级 d0657fe7
......@@ -31,7 +31,7 @@ public static RegexTrivia CreateTrivia(RegexKind kind, ImmutableArray<VirtualCha
/// Maps an escaped character to the actual character it was escaping. For something like
/// 'a' this will map to actual '\a' char (the bell character). However, for something like
/// '(' this will just map to '(' as that's all that \( does in a regex.
///
/// </summary>
public static char MapEscapeChar(char ch)
{
switch (ch)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册