hasGenericParameters property

bool hasGenericParameters

Returns true if the method contains generic parameters.

Implementation

bool get hasGenericParameters => signatureBlob[0] & 0x10 == 0x10;