Table of Contents

Enum GeneratedVisibility

Namespace
PatternKit.Generators.Messaging
Assembly
PatternKit.Generators.Abstractions.dll

Specifies the visibility of generated types.

public enum GeneratedVisibility

Fields

Internal = 1

Generated types are internal.

Public = 0

Generated types are public.