Given the following defenition: ```csharp public readonly static SyntaxToken Space = new SyntaxToken(" ", SyntaxTokens.Text); ``` Is displayed in the syntax field as: ```csharp public SyntaxToken Space; ``` The constants information needs to be read from the signature.
Given the following defenition:
Is displayed in the syntax field as:
The constants information needs to be read from the signature.