HasCustomAttribute.genericParamConstraint constructor
const
HasCustomAttribute.genericParamConstraint()
Constructs a HasCustomAttribute referencing a GenericParamConstraint
.
Implementation
const factory HasCustomAttribute.genericParamConstraint(
GenericParamConstraintIndex value,
) = HasCustomAttributeGenericParamConstraint;