/Multiple-Dispatch

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.

Primary LanguageC#OtherNOASSERTION