Skip to content

Remove MetadataHelpers.GenericParameterAttributesAllowByRefLike in favor of GenericParameterAttributes.AllowByRefLike #73548

Open
@AlekseyTs

Description

        // PROTOTYPE(RefStructInterfaces): Remove this constant and refer to GenericParameterAttributes.AllowByRefLike directly once the new enum member becomes available.
        //                                 See // https://github.com/dotnet/runtime/issues/68002#issuecomment-1942166436 for more details.
        public const System.Reflection.GenericParameterAttributes GenericParameterAttributesAllowByRefLike = (System.Reflection.GenericParameterAttributes)0x0020;

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions