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
ValuesTable.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
using
Irony.Parsing;
6
7
namespace
Irony.Interpreter {
8
public
class
ValuesTable
: Dictionary<string, object> {
9
public
ValuesTable
(
int
capacity) : base(capacity) { }
10
}
//class
11
12
public
class
ValuesList
:
List
<object> { }
13
}
Irony.Interpreter.ValuesList
Definition:
ValuesTable.cs:12
Irony.Interpreter.ValuesTable.ValuesTable
ValuesTable(int capacity)
Definition:
ValuesTable.cs:9
SiliconStudio.Shaders.Parser.System
A system file.
Irony.Interpreter.ValuesTable
Definition:
ValuesTable.cs:8
Irony.Parsing.List
sources
common
shaders
Irony
Interpreter
ValuesTable.cs
Generated on Sat Dec 20 2014 21:51:22 for Paradox Game Engine by
1.8.7