Skip to content

strohlaj/DynamicDispatchInCSharp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 

Repository files navigation

DynamicDispatchInCSharp

Getting Started

exploring two ways to accomplish multiple dispatch in C# - both of which are lame. In a language such as smalltalk, the dispatching evaluates at runtime based on all derived types of the abstract types involved and dispatches accordingly - this is not so in C#, therefore the visitor pattern must be used to accomplish multiple dispatch, or in the case of this project, some other wonkiness.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages