Archive
Posts Tagged ‘interfaces’
How many methods does this interface have?
April 17, 2010
Leave a comment
How many methods are defined in this interface?
public interface IFoo { void Bar<T>(T arg); }
Categories: Uncategorized
C#, delegates, generics, interfaces