tfpt review "/shelveset:GenericMethodsAndOverloads;REDMOND\tomat"

    Implements generic methods parameters binding and explicit overload 
selection. Adds methods Method/UnboundMethod#of and 
Method/UnboundMethod#overloads. Method#of takes a list of Ruby classes or CLR 
types and returns a Method instance that has bound generic parameters to these 
classes/types. Method#overloads takes a list of Ruby classes or CLR types and 
returns a Method instance that includes only those CLR methods grouped in the 
Method object whose parameters are of the given types.

Tomas

Attachment: GenericMethodsAndOverloads.diff
Description: GenericMethodsAndOverloads.diff

_______________________________________________
Ironruby-core mailing list
Ironruby-core@rubyforge.org
http://rubyforge.org/mailman/listinfo/ironruby-core

Reply via email to