Entry 5126

test generics highlightning

   

Submitted by anonymous on July 15, 2010 at 9:02 a.m.
Language: C#. Code size: 88 bytes.

public interface GenericsTest<T> {
	public IList test2();
	public IList<T> test2();
}

This snippet took 0.00 seconds to highlight.

Back to the Entry List or Home.

Delete this entry (admin only).