Class StringLexerSource
- Namespace
- CppNet
- Assembly
- MonoGame.Framework.Content.Pipeline.dll
public class StringLexerSource : LexerSource, Iterable<Token>, Closeable
- Inheritance
-
StringLexerSource
- Implements
- Inherited Members
Constructors
StringLexerSource(string, bool, string)
public StringLexerSource(string str, bool ppvalid, string fileName = null)
Parameters
StringLexerSource(string, string)
public StringLexerSource(string str, string fileName = null)
Parameters
Methods
ToString()
Returns a string that represents the current object.
public override string ToString()
Returns
- string
A string that represents the current object.