Language

JniRuntime.ReflectionJniValueManager.GetValueMarshalerCore Method

Definition

Overloads

GetValueMarshalerCore(Type)

protected override Java.Interop.JniValueMarshaler GetValueMarshalerCore(Type type);
override this.GetValueMarshalerCore : Type -> Java.Interop.JniValueMarshaler

Parameters

type
Type

Returns

Applies to

GetValueMarshalerCore<T>()

protected override Java.Interop.JniValueMarshaler<T> GetValueMarshalerCore<T>();
override this.GetValueMarshalerCore : unit -> Java.Interop.JniValueMarshaler<'T>

Type Parameters

T

Returns

Applies to