Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
prozolic committed Jan 12, 2025
1 parent c5ec82c commit 05f83ed
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ This library is distributed via NuGet.

> PM> Install-Package [VariantEnum](https://www.nuget.org/packages/VariantEnum/)

How to use
---

Expand Down Expand Up @@ -437,6 +436,16 @@ public abstract record IpAddr :

</details>

### Ignore automatic generation

If automatic generation is to be ignored, you assign the `[IgnoreVariant]` attribute.

```csharp
[IgnoreVariant]
public enum TestVariant
{}
```

Auto-generated API
---

Expand Down

0 comments on commit 05f83ed

Please sign in to comment.