PatternMatcher 1.0.0
dotnet add package PatternMatcher --version 1.0.0
NuGet\Install-Package PatternMatcher -Version 1.0.0
<PackageReference Include="PatternMatcher" Version="1.0.0" />
paket add PatternMatcher --version 1.0.0
#r "nuget: PatternMatcher, 1.0.0"
// Install PatternMatcher as a Cake Addin #addin nuget:?package=PatternMatcher&version=1.0.0 // Install PatternMatcher as a Cake Tool #tool nuget:?package=PatternMatcher&version=1.0.0
Binaries for the PatternMatcher library.
Visit https://github.com/tejacques/PatternMatcher for an overview and usage examples.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net35 is compatible. net40 was computed. net403 was computed. net45 was computed. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
This package has no dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
1.0.0 | 1,938 | 9/30/2013 |
Version Release Notes:
Version 1.0.0:
- Adds the PatternMatcher class to Functional.PatternMatching
- PatternMatcher is a fluent API that allows you to execute code based on how input matches specified patterns
- Patterns can match on type as well as value
- Adds the Match<T> and Match<TIn,TOut> extension methods to objects to create a PatternMatcher for a value