IKVM11  11
Java SE 11 Virtual Machine for .NET
Loading...
Searching...
No Matches
ValueObject.cs
Go to the documentation of this file.
1namespace IKVM.Runtime
2{
3
8 internal class ValueObject<T>
9 {
10
11 public T Value { get; set; }
12
13 }
14
15}