Skip to content

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

@AlekseyTs

Description

@AlekseyTs
        // 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;

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions