Answer the question
In order to leave comments, you need to log in
How to replace java wildcard in c#?
Rewriting code from java to .net c# ran into a problem with transferring classes from wildcard. There are two classes
public abstract class Client<T extends Connection<?>>
public class Connection<T extends Client<?>>
public abstract class Client<T> where Connection<U>
public abstract class Client<T, U> where Connection<T, U>
public abstract class Connection<T, U> where Client<T, U>
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question