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

Public Member Functions

 EnclosingMethodAttribute (string className, string methodName, string methodSig)
 

Properties

string ClassName [get]
 
string MethodName [get]
 
string MethodSignature [get]
 

Detailed Description

Definition at line 36 of file EnclosingMethodAttribute.cs.

Constructor & Destructor Documentation

◆ EnclosingMethodAttribute()

IKVM.Attributes.EnclosingMethodAttribute.EnclosingMethodAttribute ( string className,
string methodName,
string methodSig )

Definition at line 43 of file EnclosingMethodAttribute.cs.

44 {
45 this.className = UnicodeUtil.UnescapeInvalidSurrogates(className);
46 this.methodName = UnicodeUtil.UnescapeInvalidSurrogates(methodName);
47 this.methodSig = UnicodeUtil.UnescapeInvalidSurrogates(methodSig);
48 }

Property Documentation

◆ ClassName

string IKVM.Attributes.EnclosingMethodAttribute.ClassName
get

Definition at line 56 of file EnclosingMethodAttribute.cs.

◆ MethodName

string IKVM.Attributes.EnclosingMethodAttribute.MethodName
get

Definition at line 58 of file EnclosingMethodAttribute.cs.

◆ MethodSignature

string IKVM.Attributes.EnclosingMethodAttribute.MethodSignature
get

Definition at line 60 of file EnclosingMethodAttribute.cs.


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