Binding Generic to inherit from abstract

PHOTO EMBED

Fri Aug 05 2022 14:54:52 GMT+0000 (Coordinated Universal Time)

Saved by @Marcos_ #c#

 public IParameter<T>? GetUnderliningParameter<T>() where T : IConvertible;
content_copyCOPY

where the IConvertible is the abstract type