Soenneker.Extensions.ParameterInfo
4.0.90
Prefix Reserved
dotnet add package Soenneker.Extensions.ParameterInfo --version 4.0.90
NuGet\Install-Package Soenneker.Extensions.ParameterInfo -Version 4.0.90
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Soenneker.Extensions.ParameterInfo" Version="4.0.90" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Soenneker.Extensions.ParameterInfo" Version="4.0.90" />
<PackageReference Include="Soenneker.Extensions.ParameterInfo" />
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Soenneker.Extensions.ParameterInfo --version 4.0.90
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Soenneker.Extensions.ParameterInfo, 4.0.90"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package Soenneker.Extensions.ParameterInfo@4.0.90
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Soenneker.Extensions.ParameterInfo&version=4.0.90
#tool nuget:?package=Soenneker.Extensions.ParameterInfo&version=4.0.90
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Soenneker.Extensions.ParameterInfo
Extension methods for inspecting and transforming reflection ParameterInfo metadata and method signatures.
Installation
dotnet add package Soenneker.Extensions.ParameterInfo
Usage
using Soenneker.Extensions.ParameterInfo;
MethodInfo method = typeof(string).GetMethod(nameof(string.StartsWith), [typeof(string)])!;
Type[] parameterTypes = method.GetParameters().ToTypes();
// [typeof(string)]
ToTypes() preserves parameter order and returns a newly allocated array containing each ParameterType. An empty parameter array produces an empty type array. The source array and its elements must be non-null.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net8.0 is compatible. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 is compatible. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 is compatible. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
net10.0
-
net8.0
-
net9.0
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 |
|---|---|---|
| 4.0.90 | 70 | 8/30/2026 |
| 4.0.89 | 70 | 8/29/2026 |
| 4.0.87 | 71 | 8/29/2026 |
| 4.0.86 | 77 | 8/29/2026 |
| 4.0.85 | 69 | 8/29/2026 |
| 4.0.84 | 123 | 7/28/2026 |
| 4.0.83 | 94 | 7/28/2026 |
| 4.0.82 | 105 | 7/16/2026 |
| 4.0.81 | 107 | 7/16/2026 |
| 4.0.80 | 141 | 6/19/2026 |
| 4.0.79 | 123 | 6/18/2026 |
| 4.0.78 | 115 | 6/5/2026 |
| 4.0.77 | 121 | 6/5/2026 |
| 4.0.76 | 142 | 4/22/2026 |
| 4.0.75 | 121 | 4/22/2026 |
| 4.0.74 | 135 | 3/15/2026 |
| 4.0.73 | 118 | 3/15/2026 |
| 4.0.72 | 126 | 3/12/2026 |
| 4.0.71 | 125 | 3/12/2026 |
| 4.0.68 | 135 | 3/10/2026 |
Loading failed
Update dependency Soenneker.Extensions.Spans.Readonly.ParameterInfos to 4.0.19 (#111)