[Mono-list] C# generics

Pablo Baena pbaena@uol.com.ar
17 Jun 2003 14:23:04 +0000


Sorry for the off-topic, but I read this paper
http://research.microsoft.com/projects/clrgen/generics.pdf and I was
wondering if there will be support for C++ like specializations of the
type:

template <> class Vector<void*> {
	void** p;
	// ...
}

-- 
Pablo Baena <pbaena@uol.com.ar>