Skip to content

MulticastAttrbutes.Public and MulticastAttrbutes.AnyVisibility have same value #132

@iJinsPeter

Description

@iJinsPeter

I am referring to the Flat enum MulticastAttributes.

    [Flags]
    public enum MulticastAttributes
    {
        Default = 0,
        Private = 2,
        Protected = 4,
        Internal = 8,
        InternalAndProtected = 16,
        InternalOrProtected = 32,
        Public = 64,
        AnyVisibility = 64,
    }

It looks like Public and AnyVisibility have same value - 64 assigned. Is this intentional? Would it cause all my methods in the applied filter to have an attribute added in IL ?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions