Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/hikarin522/VisitorPatternGenerator

C# source generator to help implement the visitor design pattern.
https://github.com/hikarin522/VisitorPatternGenerator

csharp dotnet

Last synced: about 1 month ago
JSON representation

C# source generator to help implement the visitor design pattern.

Awesome Lists containing this project

README

        

# VisitorPatternGenerator
[![GitHub](https://img.shields.io/github/license/hikarin522/VisitorPatternGenerator)](https://github.com/hikarin522/VisitorPatternGenerator/tree/master/LICENSE)
[![Nuget](https://img.shields.io/nuget/v/VisitorPatternGenerator)](https://www.nuget.org/packages/VisitorPatternGenerator/)
[![Nuget](https://img.shields.io/nuget/dt/VisitorPatternGenerator)](https://www.nuget.org/packages/VisitorPatternGenerator/)

C# source generator to help implement the visitor design pattern.

## Usage

see