Update README.md

This commit is contained in:
daver32
2021-04-10 01:41:20 +02:00
committed by GitHub
parent a3601bc623
commit ccea9c6889
+3 -3
View File
@@ -1,6 +1,6 @@
# InterfaceGenerator [![NuGet Version](http://img.shields.io/nuget/v/InterfaceGenerator.svg?style=flat)](https://www.nuget.org/packages/InterfaceGenerator/)
A simple source generator that creates interfaces by implementation.
A simple source generator that creates interfaces by implementations.
Example user implementation:
```cs
@@ -32,8 +32,8 @@ Supports:
- Default arguments, `params` arguments.
- Generic types and methods.
- XML docs.
- Explicit interface names (using the `Name` property on `GenerateAutoInterface`.
- Explicit interface visibility (using the `VisibilityModifier` property on `GenerateAutoInterface`.
- Explicit interface names (using the `Name` property on `GenerateAutoInterface`).
- Explicit interface visibility (using the `VisibilityModifier` property on `GenerateAutoInterface`).
- Explicitly excluding a member from the interface (using `[AutoInterfaceIgnore]`).
Missing: