Table of Contents

Method HasConstructorWithParams

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

HasConstructorWithParams(Type, Type[])

Gets whether Type has a public instance constructor whose parameters match the types in the specified array.

public static bool HasConstructorWithParams(Type type, Type[] paramTypes)

Parameters

type Type

Object type.

paramTypes Type[]

Array of constructor parameter types.

Returns

bool