Skip to content

Commit c30be51

Browse files
committed
add example of output
1 parent 2b2dc55 commit c30be51

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ This repository provides the libraries and tools to reverse-generate C# code tha
66

77
By generating an API list from the library, the types and members provided by the library can be presented in C# code format. This allows you to present an outline of the library API to users in addition to explaining the API through text or sample code.
88

9+
![Example of output: System.Exception, .NET 8.0](https://github.com/smdn/Smdn.Reflection.ReverseGenerating/blob/main/doc/image/output-example-System.Exception-net8.0.png)
10+
911
# Smdn.Reflection.ReverseGenerating.ListApi.MSBuild.Tasks
1012
[![NuGet Smdn.Reflection.ReverseGenerating.ListApi.MSBuild.Tasks](https://img.shields.io/nuget/v/Smdn.Reflection.ReverseGenerating.ListApi.MSBuild.Tasks.svg)](https://www.nuget.org/packages/Smdn.Reflection.ReverseGenerating.ListApi.MSBuild.Tasks/)
1113

206 KB
Loading

0 commit comments

Comments
 (0)