◆ DefinesDef()
vmasm.DefinesDef.DefinesDef |
( |
| ) |
|
◆ Get()
string vmasm.DefinesDef.Get |
( |
string |
l1 | ) |
|
57 foreach (var item
in this) {
58 if (l1.Contains (item.Key)) {
59 l1 = l1.Replace (item.Key, item.Value);
◆ GetOld()
string vmasm.DefinesDef.GetOld |
( |
string |
key | ) |
|
48 if (this.ContainsKey (key)) {
49 this.TryGetValue (key, out key);
◆ isLineADefine()
bool vmasm.DefinesDef.isLineADefine |
( |
string |
line | ) |
|
33 if (line.Contains (
"#define")) {
35 string[] def = line.Split (
' ');
40 Add (def [1],
Get(def [2]));
string Get(string l1)
Definition: DefinesDef.cs:53
The documentation for this class was generated from the following file: