C# Class SimpleC.Types.Tokens.IdentifierToken

Inheritance: Token
Datei anzeigen Open project: nrother/simple-c

Public Methods

Method Description
IdentifierToken ( string content ) : System

Method Details

IdentifierToken() public method

public IdentifierToken ( string content ) : System
content string
return System