dotnet / dotnet-api-docs

.NET API reference documentation (.NET 5+, .NET Core, .NET Framework)
https://docs.microsoft.com/dotnet/api/
Other
725 stars 1.56k forks source link

Note GetParameters returns ordered list #10331

Open generateui opened 2 months ago

generateui commented 2 months ago

Type of issue

Missing information

Description

Although at least two datapoints implicitly describe this fact, it's imho still helpful to explicitly note orderedness of the result instance. The datapoints being: an array is returned, plus method parmeters order is significant in the C# spec.

Page URL

https://learn.microsoft.com/en-us/dotnet/api/system.reflection.methodbase.getparameters?view=net-8.0#system-reflection-methodbase-getparameters

Content source URL

https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System.Reflection/MethodBase.xml

Document Version Independent Id

b0def5ff-8c5c-036d-f305-12da3a6cc26e

Article author

@dotnet-bot