• Stars
    star
    6
  • Rank 2,539,965 (Top 51 %)
  • Language
    C#
  • License
    Other
  • Created almost 14 years ago
  • Updated over 13 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

This project provides easy-to-use and light-weight multiple dispatch (multimethods) for Java, .net and Windows Phone 7. Multiple dispatch gives you the ability to call methods based on the runtime type of arguments, eliminating the need for the Visitor pattern. It can help make you write code that is loosely coupled, less verbose and easier to understand. Windows Phone 7 support means that you can use multimethods in WP7 applications without waiting for Microsoft to support Silverlight 4.