Interface IJVMBridgeBaseConvert<TIn, TOut>
Generic interface containing accessor for IJavaType of every typed JVMBridgeBase
public interface IJVMBridgeBaseConvert<TIn, TOut>
Type Parameters
TInThe input type
TOutThe output type
- Extension Methods
Methods
Convert(TIn)
Converts an input of TIn into an output of TOut
TOut Convert(TIn input)
Parameters
inputTInThe
TInto be converted
Returns
- TOut
The
TOutconverted