Soenneker.Extensions.Spans.Readonly.ParameterInfos
4.0.17
Prefix Reserved
This package has not been indexed yet. It will appear in search results
and will be available for install/restore after indexing is complete.
The package icon will become available after this package is indexed.
dotnet add package Soenneker.Extensions.Spans.Readonly.ParameterInfos --version 4.0.17
NuGet\Install-Package Soenneker.Extensions.Spans.Readonly.ParameterInfos -Version 4.0.17
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.Spans.Readonly.ParameterInfos" Version="4.0.17" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Soenneker.Extensions.Spans.Readonly.ParameterInfos" Version="4.0.17" />
<PackageReference Include="Soenneker.Extensions.Spans.Readonly.ParameterInfos" />
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.Spans.Readonly.ParameterInfos --version 4.0.17
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Soenneker.Extensions.Spans.Readonly.ParameterInfos, 4.0.17"
#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.Spans.Readonly.ParameterInfos@4.0.17
#: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.Spans.Readonly.ParameterInfos&version=4.0.17
#tool nuget:?package=Soenneker.Extensions.Spans.Readonly.ParameterInfos&version=4.0.17
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Soenneker.Extensions.Spans.Readonly.ParameterInfos
Helpful extension methods surrounding ReadOnlySpan of ParameterInfo.
Installation
dotnet add package Soenneker.Extensions.Spans.Readonly.ParameterInfos
Quick start
using Soenneker.Extensions.Spans.Readonly.ParameterInfos;
// Given an existing ReadOnlySpan<ParameterInfo> named parameterInfos:
var result = parameterInfos.ToTypes();
Common operations
ToTypes()- Converts a span ofParameterInfointo an array of their correspondingTypeobjects.FillTypes()- Fills the destination span with the correspondingTypefor each parameter (no allocations).
| 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
- No dependencies.
-
net8.0
- No dependencies.
-
net9.0
- No dependencies.
NuGet packages (2)
Showing the top 2 NuGet packages that depend on Soenneker.Extensions.Spans.Readonly.ParameterInfos:
| Package | Downloads |
|---|---|
|
Soenneker.Reflection.Cache
The fastest .NET Reflection cache |
|
|
Soenneker.Extensions.ParameterInfo
A collection of helpful ParameterInfo (Reflection) extension methods |
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 4.0.17 | 0 | 8/29/2026 |
| 4.0.16 | 145,076 | 7/28/2026 |
| 4.0.15 | 98,376 | 7/16/2026 |
| 4.0.14 | 126,838 | 6/19/2026 |
| 4.0.13 | 118,575 | 6/5/2026 |
| 4.0.12 | 196,832 | 4/22/2026 |
| 4.0.11 | 116,731 | 3/14/2026 |
| 4.0.10 | 123 | 3/12/2026 |
| 4.0.9 | 145 | 3/12/2026 |
| 4.0.6 | 47,116 | 3/10/2026 |
| 4.0.5 | 22,750 | 3/9/2026 |
| 4.0.4 | 237 | 3/9/2026 |
| 4.0.3 | 122 | 3/9/2026 |
| 4.0.2 | 43,907 | 3/4/2026 |
| 4.0.1 | 172,635 | 1/12/2026 |
Improve README documentation