« Return to Thread: Syntax for generic parameter declaration

Re: Syntax for generic parameter declaration

by Daniel Grunwald :: Rate this Message:

Reply to Author | View in Thread


This is the syntax VB uses:
Public Class MyGenericClass(Of T1 As Structure, T2 As {IComparable, New})

As Boo is also using "of" and "as", we could use something similar.


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Boo Programming Language" group.
To post to this group, send email to boolang@...
To unsubscribe from this group, send email to boolang-unsubscribe@...
For more options, visit this group at http://groups.google.com/group/boolang
-~----------~----~----~----~------~----~------~--~---

 « Return to Thread: Syntax for generic parameter declaration