Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/hikarin522/VisitorPatternGenerator
- Owner: hikarin522
- License: mit
- Created: 2022-04-08T15:42:33.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-04-28T19:25:36.000Z (over 1 year ago)
- Last Synced: 2024-05-22T04:33:38.652Z (7 months ago)
- Topics: csharp, dotnet
- Language: C#
- Homepage: https://www.nuget.org/packages/VisitorPatternGenerator/
- Size: 50.8 KB
- Stars: 1
- Watchers: 1
- Forks: 2
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- RSCG_Examples - VisitorPatternGenerator
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