Skip to content

Commit

Permalink
Mkarimi/more standard types (#146)
Browse files Browse the repository at this point in the history
* Add link for color and NameValueCollection types

* Add NameValueCollection link
  • Loading branch information
karimi authored Dec 3, 2024
1 parent cd953dc commit fe18d1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion quasar_site/src/components/MemberSignature.vue
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ export default {
"long": "https://learn.microsoft.com/en-us/dotnet/csharp/language-reference/builtin-types/integral-numeric-types",
"ulong": "https://learn.microsoft.com/en-us/dotnet/csharp/language-reference/builtin-types/integral-numeric-types",
"Version": "https://learn.microsoft.com/en-us/dotnet/api/system.version",
"NameValueCollection": "https://learn.microsoft.com/en-us/dotnet/api/system.collections.specialized.namevaluecollection",
"System.Collections.Specialized.NameValueCollection": "https://learn.microsoft.com/en-us/dotnet/api/system.collections.specialized.namevaluecollection",
"Color": "https://learn.microsoft.com/en-us/dotnet/api/system.drawing.color"
// Add more standard types as needed
};
Expand Down

0 comments on commit fe18d1c

Please sign in to comment.