Method IsPublicType
IsPublicType(Type?)
Helper for determine if the type is a public.
public static bool IsPublicType(Type? type)
Parameters
type
TypeType to check.
Returns
- bool
True if type is public
Helper for determine if the type is a public.
public static bool IsPublicType(Type? type)
type
TypeType to check.
True if type is public