Info
Version: | 3.0.271 |
Author(s): | Harry McIntyre |
Last Update: | Thursday, May 16, 2024 |
.NET Fiddle: | Online Example |
Project Url: | https://github.com/mcintyre321/OneOf/ |
NuGet Url: | https://www.nuget.org/packages/OneOf |
Install
Install-Package OneOf
dotnet add package OneOf
paket add OneOf
OneOf Download (Unzip the "nupkg" after downloading)
Dependencies
.NETFramework 3.5
No dependencies.
No dependencies.
- NETStandard.Library(>= 1.6.1)
Tags
Tn> which holds a single value and has a .Match(...) method on it for exhaustive matching. Simple but powerful.