Table of Contents

Method HasConstructorWithParam

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

HasConstructorWithParam(Type, Type)

Gets whether Type has a public instance constructor with single parameter which has the specified type.

public static bool HasConstructorWithParam(Type type, Type paramType)

Parameters

type Type

Object type.

paramType Type

Constructor parameter type.

Returns

bool