IKVM11  11
Java SE 11 Virtual Machine for .NET
Loading...
Searching...
No Matches
LabelExtensions.cs
Go to the documentation of this file.
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}