IKVM11  11
Java SE 11 Virtual Machine for .NET
Loading...
Searching...
No Matches
IKVM.Runtime.AttributeHelper Class Reference

Provides methods to help in generating IKVM attributes. More...

Public Member Functions

 AttributeHelper (RuntimeContext context)
 Initializes a new instance.
 

Detailed Description

Provides methods to help in generating IKVM attributes.

Definition at line 56 of file AttributeHelper.cs.

Constructor & Destructor Documentation

◆ AttributeHelper()

IKVM.Runtime.AttributeHelper.AttributeHelper ( RuntimeContext context)

Initializes a new instance.

Parameters
context

Definition at line 188 of file AttributeHelper.cs.

189 {
190 this.context = context ?? throw new ArgumentNullException(nameof(context));
191 }

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