dotgnu-general
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [DotGNU]Generic IL Examples


From: Fergus Henderson
Subject: Re: [DotGNU]Generic IL Examples
Date: Wed, 19 Feb 2003 17:29:10 +1100
User-agent: Mutt/1.3.28i

On 19-Feb-2003, Rhys Weatherley <address@hidden> wrote:
> The first, "stack-generic.il", implements the "Stack<T>" type, demonstrating 
> how to define a generic type in IL.  The second, "reverse-generic.il", 
> implements the "Reverse<T>" method, demonstrating how to define a stand-alone 
> generic method.  Terms such as "!0" refer to class-generic parameters, and 
> "!!0" refer to method-generic parameters.

I assume that it is also possible to refer to such parameters by name,
e.g. "!T"?

-- 
Fergus Henderson <address@hidden>  |  "I have always known that the pursuit
The University of Melbourne         |  of excellence is a lethal habit"
WWW: <http://www.cs.mu.oz.au/~fjh>  |     -- the last words of T. S. Garp.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]