Table of Contents

Interface IJVMBridgeBaseConvert<TIn, TOut>

Namespace
MASES.JCOBridge.C2JBridge
Assembly
C2JBridge.dll

Generic interface containing accessor for IJavaType of every typed JVMBridgeBase

public interface IJVMBridgeBaseConvert<TIn, TOut>

Type Parameters

TIn

The input type

TOut

The output type

Extension Methods

Methods

Convert(TIn)

Converts an input of TIn into an output of TOut

TOut Convert(TIn input)

Parameters

input TIn

The TIn to be converted

Returns

TOut

The TOut converted