Class FileLexerSource
- Namespace
- CppNet
- Assembly
- MonoGame.Framework.Content.Pipeline.dll
public class FileLexerSource : LexerSource, Iterable<Token>, Closeable
- Inheritance
-
FileLexerSource
- Implements
- Inherited Members
Constructors
FileLexerSource(FileInfo)
public FileLexerSource(FileInfo file)
Parameters
fileFileInfo
FileLexerSource(FileInfo, string)
public FileLexerSource(FileInfo file, string path)
Parameters
FileLexerSource(string)
public FileLexerSource(string path)
Parameters
pathstring
Methods
ToString()
Returns a string that represents the current object.
public override string ToString()
Returns
- string
A string that represents the current object.