Enum Visibility
Enumeration for the visibility of a global value
public enum Visibility
Fields
Default = 0Default visibility for a GlobalValue
Hidden = 1Two declarations of an object with hidden visibility refer to the same object if they are in the same shared object
Protected = 2Symbol cannot be overridden by another module