Interface INativeConvertible<TJVMType, TNetType>
- Namespace
- MASES.JNet.Specific.Extensions
- Assembly
- MASES.JNet.dll
Interface defining the .NET type corresponding to the JVM class implementing INativeConvertible<TJVMType, TNetType>
public interface INativeConvertible<TJVMType, TNetType>
Type Parameters
TJVMType
The JVM type
TNetType
The .NET type corresponding to
TJVMType
Methods
ToCLR()
Returns the TNetType
from this instance
TNetType ToCLR()
Returns
- TNetType
The converted
TNetType