IKVM11
11
Java SE 11 Virtual Machine for .NET
Loading...
Searching...
No Matches
LabelExtensions.cs
Go to the documentation of this file.
1
namespace
IKVM.Reflection.Emit
2
{
3
4
internal
static
class
LabelExtensions
5
{
6
7
public
static
int
GetLabelValue(
this
Label
self
)
8
{
9
return
self
.Id;
10
}
11
12
}
13
14
}
IKVM.Reflection.Emit
Definition
ArrayMethod.cs:27
src
IKVM.CoreLib
Reflection
Emit
LabelExtensions.cs
Generated by
1.12.0