HasCustomAttribute.genericParam constructor
const
HasCustomAttribute.genericParam(
- GenericParamIndex value
Constructs a HasCustomAttribute referencing a GenericParam
.
Implementation
const factory HasCustomAttribute.genericParam(GenericParamIndex value) =
HasCustomAttributeGenericParam;