Skip to content

Commit

Permalink
Add member
Browse files Browse the repository at this point in the history
  • Loading branch information
CyrusNajmabadi committed May 26, 2022
1 parent 23fdff5 commit 51aa854
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,8 @@ internal AspNetCoreVirtualChar(VirtualChar virtualChar)

/// <inheritdoc cref="VirtualChar.Span"/>
public TextSpan Span => _virtualChar.Span;

/// <inheritdoc cref="VirtualChar.Value"/>
public int Value => _virtualChar.Value;
}
}

0 comments on commit 51aa854

Please sign in to comment.