Interface C#, 2.0



Noob question here.


I'm creating an interface with various properties, but I also want it
to include a <list> of a particular object. What is the correct syntax
to do this in an interface? Thanks.

.