What does a syntax like this mean in C#?
Posted
by hmm
on Stack Overflow
See other posts from Stack Overflow
or by hmm
Published on 2010-04-15T04:02:56Z
Indexed on
2010/04/15
4:13 UTC
Read the original article
Hit count: 437
What does a syntax like this mean in C#?
public abstract class HostFactory<TApp> : ServiceHostFactory
where TApp : IFoo
© Stack Overflow or respective owner