csf-dev / CSF.Reflection

MIT License
0 stars 0 forks source link

To avoid false-positives, the is-concrete specification must avoid delegate types #21

Closed craigfowler closed 4 years ago

craigfowler commented 4 years ago

The IsConcreteClassSpecification currently will accidentally match delegate instances. There should be a fix to this spec so that types which derive from MulticastDelegate do not match the spec.