Table of Contents

Method IsPublicType

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

IsPublicType(Type?)

Helper for determine if the type is a public.

public static bool IsPublicType(Type? type)

Parameters

type Type

Type to check.

Returns

bool

True if type is public