IKVM11  11
Java SE 11 Virtual Machine for .NET
Loading...
Searching...
No Matches
IKVM.Attributes.DynamicAnnotationAttribute Class Referencesealed
Inheritance diagram for IKVM.Attributes.DynamicAnnotationAttribute:

Public Member Functions

 DynamicAnnotationAttribute (object[] definition)
 

Properties

object[] Definition [get]
 

Detailed Description

Definition at line 30 of file DynamicAnnotationAttribute.cs.

Constructor & Destructor Documentation

◆ DynamicAnnotationAttribute()

IKVM.Attributes.DynamicAnnotationAttribute.DynamicAnnotationAttribute ( object[] definition)

Definition at line 35 of file DynamicAnnotationAttribute.cs.

36 {
37 this.definition = (object[])AnnotationDefaultAttribute.Unescape(definition);
38 }

Property Documentation

◆ Definition

object [] IKVM.Attributes.DynamicAnnotationAttribute.Definition
get

Definition at line 40 of file DynamicAnnotationAttribute.cs.

41 {
42 get { return definition; }
43 }

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