Answer the question
In order to leave comments, you need to log in
How to write this code in C#?
Hello everyone, help me rewrite this class from Java to C #, otherwise I got very confused in it
public abstract static class AbstractUserAgentAnalyzerBuilder<UAA extends AbstractUserAgentAnalyzer, B extends AbstractUserAgentAnalyzerBuilder<UAA, B>>
extends AbstractUserAgentAnalyzerDirectBuilder<UAA, B>
Answer the question
In order to leave comments, you need to log in
The signature will look something like this
public abstract static class AbstractUserAgentAnalyzerBuilder<UAA, B>
: AbstractUserAgentAnalyzerDirectBuilder<UAA, B>
where
UAA : AbstractUserAgentAnalyzer,
B : AbstractUserAgentAnalyzerBuilder<UAA, B>
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question