Paradox Game Engine
v1.0.0 beta06
Main Page
Related Pages
Packages
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Events
Macros
Pages
ParsingEventArgs.cs
Go to the documentation of this file.
1
using
System
;
2
using
System.Collections.Generic;
3
using
System.Linq;
4
using
System.Text;
5
6
namespace
Irony.
Parsing
{
7
public
class
ParsingEventArgs
:
EventArgs
{
8
public
readonly
ParsingContext
Context
;
9
public
ParsingEventArgs
(
ParsingContext
context) {
10
Context = context;
11
}
12
}
13
}
Irony.Parsing.Parsing
Irony.Parsing.ParsingContext
Definition:
ParsingContext.cs:47
Irony.Parsing.ParsingEventArgs.Context
readonly ParsingContext Context
Definition:
ParsingEventArgs.cs:8
SiliconStudio.Shaders.Parser.System
A system file.
EventArgs
Irony.Parsing.ParsingEventArgs.ParsingEventArgs
ParsingEventArgs(ParsingContext context)
Definition:
ParsingEventArgs.cs:9
Irony.Parsing.ParsingEventArgs
Definition:
ParsingEventArgs.cs:7
sources
common
shaders
Irony
Parsing
Parser
ParsingEventArgs.cs
Generated on Sat Dec 20 2014 21:51:22 for Paradox Game Engine by
1.8.7