.NET API reference documentation (.NET 5+, .NET Core, .NET Framework)
Перейти к файлу
Rick Brewster c4ea6458ca
Copy text from constructor parameter to corresponding property (#10650)
I was having trouble figuring out if higher or lower values are "higher" priority. Some classic data structures use lower values for "higher" priorities, for instance.

This PR copies the text from the constructor's `priority` parameter, which does detail this, over to the corresponding `Priority` property.
2024-11-07 09:27:27 -05:00
.github @mention issue author (#10593) 2024-10-21 08:22:53 -07:00
_zip
add/media
breadcrumb
ci-scripts
includes
snippets remove confusing exception variable name (#10592) 2024-10-21 10:39:40 -04:00
xml Copy text from constructor parameter to corresponding property (#10650) 2024-11-07 09:27:27 -05:00
.gitignore
.openpublishing.build.ps1
.openpublishing.publish.config.json
.repoman.yml
CODE_OF_CONDUCT.md
CONTRIBUTING.md
LICENSE
LICENSE-CODE
README.md
ThirdPartyNotices
docfx.json Prevent doc edits to System.Formats.Asn1 APIs (#10583) 2024-10-17 17:21:32 -07:00
quest-config.json

README.md

.NET API Reference Docs

This repository contains documentation for the .NET API reference. We track all work for this repository using GitHub issues. The documentation for APIs is built from the text and code snippets in this repo, and from the samples in the dotnet/samples repository.

The repository for conceptual .NET documentation is the dotnet/docs repository.

💜 Contribute

We welcome contributions to help us improve and complete the .NET API reference docs.

To contribute, see:

📑 Code of conduct

This project has adopted the code of conduct defined by the Contributor Covenant to clarify expected behavior in our community. For more information, see the .NET Foundation Code of Conduct.