Click or drag to resize
TypeIsPublic Property
Gets a value indicating whether the Type is declared public.

Namespace: System
Assembly: mscorlib (in mscorlib.dll) Version: 4.0.0.0
Syntax
C#
public bool IsPublic { get; }

Return Value

Type: Boolean
true if the Type is declared public and is not a nested type; otherwise, false.
See Also