rspec/rules/S1479/resources-dotnet.adoc
2023-06-15 16:30:42 +02:00

6 lines
307 B
Plaintext

== Resources
=== Documentation
* https://learn.microsoft.com/en-us/dotnet/api/system.collections.generic.dictionary-2[Dictionary<TKey,TValue> Class]
* https://learn.microsoft.com/en-us/dotnet/api/system.collections.generic.dictionary-2.trygetvalue[Dictionary<TKey,TValue>.TryGetValue(TKey, TValue) Method]