IKVM11  11
Java SE 11 Virtual Machine for .NET
Loading...
Searching...
No Matches
IKVM.Tools.Importer.MapXml.InstructionAttribute Class Reference

Describes a map XML instruction. More...

Inheritance diagram for IKVM.Tools.Importer.MapXml.InstructionAttribute:

Public Member Functions

 InstructionAttribute (string elementName)
 Initializes a new instance.
 

Properties

string ElementName [get]
 Gets the name of the XML element corresponding to the instruction.
 

Detailed Description

Describes a map XML instruction.

Definition at line 10 of file InstructionAttribute.cs.

Constructor & Destructor Documentation

◆ InstructionAttribute()

IKVM.Tools.Importer.MapXml.InstructionAttribute.InstructionAttribute ( string elementName)

Initializes a new instance.

Parameters
elementName
Exceptions
ArgumentNullException

Definition at line 20 of file InstructionAttribute.cs.

21 {
22 this.elementName = elementName ?? throw new ArgumentNullException(nameof(elementName));
23 }

Property Documentation

◆ ElementName

string IKVM.Tools.Importer.MapXml.InstructionAttribute.ElementName
get

Gets the name of the XML element corresponding to the instruction.

Definition at line 28 of file InstructionAttribute.cs.


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