|
IKVM11
11
Java SE 11 Virtual Machine for .NET
|
Public Member Functions | |
| ImportArgLevel (int depth) | |
| Initializes a new instance. | |
Public Attributes | |
| int | Depth |
| List< string > | Args |
| List< ImportArgLevel > | Nested |
Definition at line 6 of file ImportArgLevel.cs.
| IKVM.Tools.Importer.ImportArgLevel.ImportArgLevel | ( | int | depth | ) |
Initializes a new instance.
| depth |
Definition at line 17 of file ImportArgLevel.cs.
| List<string> IKVM.Tools.Importer.ImportArgLevel.Args |
Definition at line 10 of file ImportArgLevel.cs.
| int IKVM.Tools.Importer.ImportArgLevel.Depth |
Definition at line 9 of file ImportArgLevel.cs.
| List<ImportArgLevel> IKVM.Tools.Importer.ImportArgLevel.Nested |
Definition at line 11 of file ImportArgLevel.cs.