IKVM11  11
Java SE 11 Virtual Machine for .NET
Loading...
Searching...
No Matches
IKVM.Tools.Importer.ImportArgLevel Struct Reference

Public Member Functions

 ImportArgLevel (int depth)
 Initializes a new instance.
 

Public Attributes

int Depth
 
List< string > Args
 
List< ImportArgLevelNested
 

Detailed Description

Definition at line 6 of file ImportArgLevel.cs.

Constructor & Destructor Documentation

◆ ImportArgLevel()

IKVM.Tools.Importer.ImportArgLevel.ImportArgLevel ( int depth)

Initializes a new instance.

Parameters
depth

Definition at line 17 of file ImportArgLevel.cs.

18 {
19 Depth = depth;
20 Args = new List<string>();
21 Nested = new List<ImportArgLevel>();
22 }

Member Data Documentation

◆ Args

List<string> IKVM.Tools.Importer.ImportArgLevel.Args

Definition at line 10 of file ImportArgLevel.cs.

◆ Depth

int IKVM.Tools.Importer.ImportArgLevel.Depth

Definition at line 9 of file ImportArgLevel.cs.

◆ Nested

List<ImportArgLevel> IKVM.Tools.Importer.ImportArgLevel.Nested

Definition at line 11 of file ImportArgLevel.cs.


The documentation for this struct was generated from the following file: