Skip to content

Generics

scottstephens edited this page Jul 17, 2012 · 6 revisions

Using .NET Generics in Boo

Declaring references to generic types

  • include foo* for IEnumerable

Generic Method Invocation

Defining Generic Types

  • Generic classes
  • Generic methods

Generic Constraints

Clone this wiki locally