Table of Contents

Method GetImplicitConversion

Namespace
Alternet.Common
Assembly
Alternet.Common.v10.dll

GetImplicitConversion(Type, Type)

Gets implicit conversion operator from one type to another.

public static MethodInfo? GetImplicitConversion(Type from, Type to)

Parameters

from Type

The source type from which conversion operator is searched.

to Type

The destination type.

Returns

MethodInfo

Conversion operator or null if it is not found.