Skip to content

Commit

Permalink
Add link for color and NameValueCollection types (#145)
Browse files Browse the repository at this point in the history
  • Loading branch information
karimi authored Dec 3, 2024
1 parent 592401e commit cd953dc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion quasar_site/src/components/MemberSignature.vue
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,9 @@ export default {
"ushort": "https://learn.microsoft.com/en-us/dotnet/csharp/language-reference/builtin-types/integral-numeric-types",
"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"
"Version": "https://learn.microsoft.com/en-us/dotnet/api/system.version",
"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 cd953dc

Please sign in to comment.