Table of Contents

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

file FileInfo

FileLexerSource(FileInfo, string)

public FileLexerSource(FileInfo file, string path)

Parameters

file FileInfo
path string

FileLexerSource(string)

public FileLexerSource(string path)

Parameters

path string

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.