Binding a type T to a specified Instance

PHOTO EMBED

Fri Jul 29 2022 15:19:57 GMT+0000 (Coordinated Universal Time)

Saved by @Marcos_ #c#

public class ParameterShadow<T> : IParameter<T> where T : IConvertible {				
content_copyCOPY

Create a class inheriting the IParameter<T> interface, and guarenteeing that the <T> object inherits the IConvertible class